Skip to content

Commit a725140

Browse files
committed
Type and import fix
1 parent e2b39cb commit a725140

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/trigger-sdk/src/v3/wait.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
ApiPromise,
66
ApiRequestOptions,
77
CompleteWaitpointTokenResponseBody,
8-
CreateWaitpointHttpCallbackResponseBody,
98
CreateWaitpointTokenRequestBody,
109
CreateWaitpointTokenResponse,
1110
CreateWaitpointTokenResponseBody,
@@ -61,7 +60,7 @@ import { tracer } from "./tracer.js";
6160
* await replicate.predictions.create({
6261
* version: "27b93a2413e7f36cd83da926f3656280b2931564ff050bf9575f1fdf9bcd7478",
6362
* input: {
64-
* prompt: "A painting of a cat by Any Warhol",
63+
* prompt: "A painting of a cat by Andy Warhol",
6564
* },
6665
* // pass the provided URL to Replicate's webhook, so they can "callback"
6766
* webhook: token.url,

0 commit comments

Comments
 (0)