Skip to content

Commit

Permalink
await config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb-Wishart committed Feb 5, 2023
1 parent f9fc135 commit 0efc886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MonarchInstance extends InstanceBase {
this.config = config

// Update the config
this.configUpdated(config)
await this.configUpdated(config)
}

async configUpdated(config) {
Expand Down

0 comments on commit 0efc886

Please sign in to comment.