Temporarily disabled alerts to address database issues.

This commit is contained in:
DebaucheryLibrarian 2021-05-15 03:32:55 +02:00
parent 4242efbd4c
commit 1697728b2a
1 changed files with 10 additions and 7 deletions

View File

@ -55,6 +55,15 @@ function initUsersActions(store, _router) {
}
}
}
}
}
`, {
hasAuth: !!store.state.auth.user,
userId: store.state.auth.user?.id || null,
username,
});
/*
alerts {
id
notify
@ -97,13 +106,7 @@ function initUsersActions(store, _router) {
}
}
}
}
}
`, {
hasAuth: !!store.state.auth.user,
userId: store.state.auth.user?.id || null,
username,
});
*/
return curateUser(user);
}