Skip to content

Commit b645388

Browse files
pavelgjmbleigh
andauthored
Update js/ai/src/check-operation.ts
Co-authored-by: Michael Bleigh <[email protected]>
1 parent 37af4e2 commit b645388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ai/src/check-operation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import { GenkitError, Operation } from '@genkit-ai/core';
1818
import { Registry } from '@genkit-ai/core/registry';
1919

20-
export async function checkOperation<T>(
20+
export async function checkOperation<T = unknown>(
2121
registry: Registry,
2222
operation: Operation<T>
2323
): Promise<Operation<T>> {

0 commit comments

Comments
 (0)