Skip to content

Commit

Permalink
fix ws import
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Dec 4, 2023
1 parent bd720c9 commit 782b7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import cors from 'cors';
import bodyParser from 'body-parser';
import stripeLib from 'stripe';
import Redis from 'ioredis';
import { WebSocketServer } from 'ws';
import WebSocket, { WebSocketServer } from 'ws';
import keys from '../routes/keyManagement.mjs';
import api from '../routes/api.mjs';
import queries from '../store/queries.mjs';
Expand Down

0 comments on commit 782b7db

Please sign in to comment.