fix: Collection names were incorrect

This commit is contained in:
buzz-lightsnack-2007 2025-04-07 21:15:12 +08:00
parent f6ec954c6f
commit 5fa9e6efd6
2 changed files with 7 additions and 3 deletions

View file

@ -53,4 +53,6 @@ class UsersManagement extends DBManagement {
return (CURRENT);
};
};
}
}
module.exports = UsersManagement;