forked from treehouse/mastodon
[Glitch] upgrade/replace websocket.js to @gamestdio/websocket v2
Port f92ed32df4
to glitch-soc
Co-authored-by: hina <hina@hinaloe.net>
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
signup-info-prompt
parent
abcba5c198
commit
176f1da267
|
@ -1,4 +1,4 @@
|
||||||
import WebSocketClient from 'websocket.js';
|
import WebSocketClient from '@gamestdio/websocket';
|
||||||
|
|
||||||
const randomIntUpTo = max => Math.floor(Math.random() * Math.floor(max));
|
const randomIntUpTo = max => Math.floor(Math.random() * Math.floor(max));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue