Skip to content

Commit

Permalink
Remove a TODO that has been done
Browse files Browse the repository at this point in the history
  • Loading branch information
inlined committed Jan 24, 2025
1 parent 5f674f5 commit 62ab438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v2/providers/https.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,7 @@ export function onCall<T = any, Return = any | Promise<any>, Stream = unknown>(
}

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

0 comments on commit 62ab438

Please sign in to comment.