Skip to content

Commit cf4487f

Browse files
author
Alice
committed
swapped function to async
1 parent 070f097 commit cf4487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default class StepFunctionsOfflinePlugin implements Plugin {
287287
return { handler: handlerName, filePath };
288288
}
289289

290-
buildStepWorkFlow(): ReturnType<StepFunctionsOfflinePlugin['process']> {
290+
async buildStepWorkFlow(): Promise<ReturnType<StepFunctionsOfflinePlugin['process']>> {
291291
this.cliLog('Building StepWorkFlow');
292292
if (!this.stateDefinition) throw new Error('Missing state definition');
293293
const event = this.loadedEventFile ?? {};

0 commit comments

Comments
 (0)