Skip to content

Commit

Permalink
Missing await.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekhyt committed Jan 28, 2021
1 parent db45e7b commit 70aa229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RootEntity.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class RootEntity {
},
'Going to apply an event.'
)
this._eventHandlerFunctions[event.name](event)
await this._eventHandlerFunctions[event.name](event)
}

/**
Expand Down

0 comments on commit 70aa229

Please sign in to comment.