Skip to content

Commit

Permalink
#982: await
Browse files Browse the repository at this point in the history
  • Loading branch information
phjulia committed Jun 29, 2023
1 parent de71117 commit 50ed42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metadataTypes/Query.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class Query extends MetadataType {
*/
static async postDeployTasks(metadata) {
if (Util.OPTIONS.execute) {
this.execute(Object.keys(metadata));
await this.execute(Object.keys(metadata));
}
}
}
Expand Down

0 comments on commit 50ed42c

Please sign in to comment.