We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e83918b + 3203d51 commit 27305f9Copy full SHA for 27305f9
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