We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c07fa commit 6e4c2f4Copy full SHA for 6e4c2f4
src/v2.ts
@@ -138,7 +138,7 @@ export function wrapV2<T extends CloudEvent<unknown>>(
138
function createScheduledWrapper(
139
cloudFunction: ScheduleFunction
140
): WrappedV2ScheduledFunction {
141
- return function(options: ScheduledEvent) {
+ return (options: ScheduledEvent) => {
142
_checkOptionValidity(['jobName', 'scheduleTime'], options);
143
return cloudFunction.run(options);
144
};
0 commit comments