This commit is contained in:
Owen Schwartz
2024-12-01 19:45:36 -05:00
parent a410abfaba
commit 6f7faf9b72
4 changed files with 12 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ import logger from "@server/logger";
export const handleRegisterMessage: MessageHandler = async (context) => {
const { message, newt, sendToClient } = context;
logger.info("Handling register message!");
if (!newt) {
logger.warn("Newt not found");
return;