Skip to content

Commit 05b8ee8

Browse files
committed
a minor punctuation fix
1 parent d81edfe commit 05b8ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import express from "express";
33
import {Server} from "socket.io";
44
import {createServer} from "http";
55
import cors from 'cors';
6-
import {ySocketIO} from 'y-socket.io';
6+
import {YSocketIO} from 'y-socket.io';
77

88
const app = express();
99
const server = createServer(app);
@@ -12,7 +12,7 @@ const io = new Server(server, {
1212
});
1313
const PORT = 8000;
1414

15-
const ysocketio = new ySocketIO(io, {});
15+
const ysocketio = new YSocketIO(io, {});
1616

1717
ysocketio.initialize();
1818

0 commit comments

Comments
 (0)