mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 15:17:30 +00:00
Fix typeorm queries no longer allowing empty where clauses
This commit is contained in:
committed by
Rory&
parent
fca7953a51
commit
3e549dae28
@@ -34,5 +34,5 @@ export async function initInstance() {
|
||||
// }
|
||||
|
||||
// TODO: do no clear sessions for instance cluster
|
||||
await Session.delete({});
|
||||
await Session.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user