Browse Source

fix: linting

pull/202/head
Trent Larson 2 weeks ago
parent
commit
f5bea24921
  1. 4
      src/views/IdentitySwitcherView.vue

4
src/views/IdentitySwitcherView.vue

@ -306,7 +306,9 @@ export default class IdentitySwitcherView extends Vue {
} }
await this.$exec("DELETE FROM accounts WHERE id = ?", [id]); await this.$exec("DELETE FROM accounts WHERE id = ?", [id]);
await this.$exec("DELETE FROM settings WHERE accountDid = ?", [accountDid]); await this.$exec("DELETE FROM settings WHERE accountDid = ?", [
accountDid,
]);
}); });
// Update UI // Update UI

Loading…
Cancel
Save