Skip to content

Commit

Permalink
fix: comment utils
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 9, 2023
1 parent 07176cd commit 487ee16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const WebSocket = require('ws');
const { URL } = require("url");
const EventEmitter = require("events").EventEmitter;
const uid = require('@cocreate/uuid')
const { ObjectId } = require('@cocreate/utils')
// const { ObjectId } = require('@cocreate/utils')
const config = require('@cocreate/config')

class SocketServer extends EventEmitter {
Expand Down

0 comments on commit 487ee16

Please sign in to comment.