Update the way the QueryManager exports are structured to be more esm-y rather than Java-y
This commit is contained in:
parent
bb095a9b4e
commit
df0c69c731
4 changed files with 187 additions and 177 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { QueryManager } from "../utils/QueryManager.mjs";
|
||||
import { userActivity } from "../utils/QueryManager.mjs";
|
||||
|
||||
Hooks.on(`userConnected`, (user, connected) => {
|
||||
if (user.isSelf) { return };
|
||||
QueryManager.userActivity(user.id, connected);
|
||||
userActivity(user.id, connected);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue