mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
Updates
This commit is contained in:
parent
a410abfaba
commit
6f7faf9b72
4 changed files with 12 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue