We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83918b commit 3203d51Copy full SHA for 3203d51
lib/services/project-service.ts
@@ -90,7 +90,7 @@ export class ProjectService implements IProjectService {
90
throw err;
91
}
92
93
- this.$hooksService.executeAfterHooks(Hooks.createProject, {
+ await this.$hooksService.executeAfterHooks(Hooks.createProject, {
94
hookArgs: projectCreationSettings
95
});
96
0 commit comments