Skip to content

Commit 6e4c2f4

Browse files
lint
1 parent b1c07fa commit 6e4c2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function wrapV2<T extends CloudEvent<unknown>>(
138138
function createScheduledWrapper(
139139
cloudFunction: ScheduleFunction
140140
): WrappedV2ScheduledFunction {
141-
return function(options: ScheduledEvent) {
141+
return (options: ScheduledEvent) => {
142142
_checkOptionValidity(['jobName', 'scheduleTime'], options);
143143
return cloudFunction.run(options);
144144
};

0 commit comments

Comments
 (0)