1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 06:28:04 +00:00

Corrected mistakes in previous commits

This commit is contained in:
2023-01-14 21:11:35 +01:00
parent c81c5c9c73
commit 6931e63f47
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
busy.start();
await DropCollection(activeHostKey, dbKey, collKey);
await openConnection(activeHostKey);
await openCollection(collKey);
await openDatabase(dbKey);
busy.end();
}