mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Fix account data deletion
This commit is contained in:
@@ -93,8 +93,8 @@ class Synchronizer {
|
||||
.execute();
|
||||
|
||||
await databaseManager.appDatabase
|
||||
.deleteFrom('servers')
|
||||
.where('domain', '=', account.domain)
|
||||
.deleteFrom('workspaces')
|
||||
.where('account_id', '=', account.id)
|
||||
.execute();
|
||||
} catch (error) {
|
||||
// console.log('error', error);
|
||||
|
||||
Reference in New Issue
Block a user