You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/trigger-sdk/src/io.ts
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ import {
12
12
SendEvent,
13
13
SendEventOptions,
14
14
SerializableJson,
15
+
SerializableJsonSchema,
15
16
ServerTask,
16
17
UpdateTriggerSourceBody,
17
18
}from"@trigger.dev/core";
@@ -431,10 +432,10 @@ export class IO {
431
432
= * @param onError The callback that will be called when the Task fails. The callback receives the error, the Task and the IO as parameters. If you wish to retry then return an object with a `retryAt` property.
432
433
* @returns A Promise that resolves with the returned value of the callback.
0 commit comments