refactor: cleanups
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / src / main.ts
index 9edb16b03a399768725b2b904f8186183136574e..0c1acba1b43bc1683261788b001c78c931c08c0c 100644 (file)
@@ -10,7 +10,7 @@ const wss = new WebSocketServer({ port }, () => {
 })
 
 const emptyFunction = (): void => {
-  /** Intentional */
+  /* Intentional */
 }
 
 wss.on('connection', (ws) => {