Skip to content

Commit f453401

Browse files
committed
unknown result
1 parent c28e84e commit f453401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/convex-helpers/server/customFunctions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ export type Customization<
9292
| Promise<{
9393
ctx: CustomCtx;
9494
args: CustomMadeArgs;
95-
onSuccess?: (result: Value) => void | Promise<void>;
95+
onSuccess?: (result: unknown) => void | Promise<void>;
9696
}>
9797
| {
9898
ctx: CustomCtx;
9999
args: CustomMadeArgs;
100-
onSuccess?: (result: Value) => void | Promise<void>;
100+
onSuccess?: (result: unknown) => void | Promise<void>;
101101
};
102102
};
103103

0 commit comments

Comments
 (0)