This commit is contained in:
Owen Schwartz 2024-12-01 19:45:36 -05:00
parent a410abfaba
commit 6f7faf9b72
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
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;