refactor(editor): Stricter linting for promises and async functions (no-changelog) (#4642)
This commit is contained in:
@@ -109,7 +109,7 @@ export default mixins(showMessage, copyPaste).extend({
|
||||
},
|
||||
methods: {
|
||||
redirectToSetup() {
|
||||
this.$router.push({ name: VIEWS.SETUP });
|
||||
void this.$router.push({ name: VIEWS.SETUP });
|
||||
},
|
||||
onInvite() {
|
||||
this.uiStore.openModal(INVITE_USER_MODAL_KEY);
|
||||
|
||||
Reference in New Issue
Block a user