We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c459017 commit efc06efCopy full SHA for efc06ef
src/LiveQuery/ParseWebSocketServer.js
@@ -11,7 +11,7 @@ export class ParseWebSocketServer {
11
config.server = server;
12
const wss = loadAdapter(config.wssAdapter, WSAdapter, config);
13
wss.onListen = () => {
14
- logger.info('Parse LiveQuery Server starts running');
+ logger.info('Parse LiveQuery Server started running');
15
};
16
wss.onConnection = ws => {
17
ws.on('error', error => {
0 commit comments