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 070f097 commit cf4487fCopy full SHA for cf4487f
src/index.ts
@@ -287,7 +287,7 @@ export default class StepFunctionsOfflinePlugin implements Plugin {
287
return { handler: handlerName, filePath };
288
}
289
290
- buildStepWorkFlow(): ReturnType<StepFunctionsOfflinePlugin['process']> {
+ async buildStepWorkFlow(): Promise<ReturnType<StepFunctionsOfflinePlugin['process']>> {
291
this.cliLog('Building StepWorkFlow');
292
if (!this.stateDefinition) throw new Error('Missing state definition');
293
const event = this.loadedEventFile ?? {};
0 commit comments