Skip to content

Commit

Permalink
fix: Typing error
Browse files Browse the repository at this point in the history
👨‍🦯
  • Loading branch information
RezaRahemtola committed Jul 13, 2024
1 parent d2e54e6 commit 99d4376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/socket.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-expect-error TS7016
import { io } from "socket.io-client";

const socket = io("http://127.0.0.1:3001");
Expand Down

0 comments on commit 99d4376

Please sign in to comment.