Skip to content

Commit 270c39c

Browse files
committed
formatter
1 parent 5c33b9a commit 270c39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
260260
const RESETTABLE_V2_SCHEDULE_OPTIONS: Omit<
261261
ResettableKeys<ManifestEndpoint["scheduleTrigger"]["retryConfig"]>,
262262
"maxRetryDuration" | "maxBackoffDuration" | "minBackoffDuration"
263-
> &
263+
> &
264264
Pick<ResettableKeys<ManifestEndpoint["scheduleTrigger"]>, "attemptDeadlineSeconds"> = {
265265
retryCount: null,
266266
maxDoublings: null,

0 commit comments

Comments
 (0)