Skip to content

Commit b77dcff

Browse files
authored
make beforeModel async
1 parent a40b187 commit b77dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/public/role-invites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Route from '@ember/routing/route';
22

33
export default Route.extend({
4-
beforeModel(transition) {
4+
async beforeModel(transition) {
55
let payload = {
66
data: {
77
token: transition.to.queryParams.token

0 commit comments

Comments
 (0)