Skip to content

Commit 62ab438

Browse files
committed
Remove a TODO that has been done
1 parent 5f674f5 commit 62ab438

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/v2/providers/https.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ export function onCall<T = any, Return = any | Promise<any>, Stream = unknown>(
496496
}
497497

498498
// To avoid taking a strict dependency on Genkit we will redefine the limited portion of the interface we depend upon.
499-
// A unit test (dev dependency) will notify us of breaking changes.
500-
// TODO: Add unit test once RC.4 is released, because it otherwise requires updating tsconfig.
499+
// A unit test (dev dependency) notifies us of breaking changes.
501500
interface ZodType<T = any> {
502501
__output: T;
503502
}

0 commit comments

Comments
 (0)