Skip to content

Commit e9f9d4f

Browse files
committed
Make linter happy.
1 parent f247c5e commit e9f9d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export const MINIMAL_ENDPOINT: Partial<ManifestEndpoint> = {
1313
connector: RESET_VALUE,
1414
egressSettings: RESET_VALUE,
1515
},
16-
};
16+
};

src/runtime/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function initTaskQueueTrigger(
194194
return taskQueueTrigger;
195195
}
196196

197-
export const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
197+
const RESETTABLE_V1_SCHEDULE_OPTIONS: Omit<
198198
ResettableKeys<ManifestEndpoint["scheduleTrigger"]["retryConfig"]>,
199199
"maxBackoffSeconds" | "minBackoffSeconds" | "maxRetrySeconds"
200200
> = {

0 commit comments

Comments
 (0)