Skip to content

Commit f79a33f

Browse files
committed
Fix types for validateWebhook
1 parent 2b258eb commit f79a33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ declare module "replicate" {
279279
signature?: string;
280280
},
281281
secret: string
282-
): boolean;
282+
): Promise<boolean>;
283283

284284
export function parseProgressFromLogs(logs: Prediction | string): {
285285
percentage: number;

0 commit comments

Comments
 (0)