mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
moved src files from public to src
This commit is contained in:
parent
dacb60957b
commit
be2d6357e6
10 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const db = firebase.firestore();
|
||||
db.settings({experimentalForceLongPolling: true});
|
||||
db.settings({ experimentalForceLongPolling: true });
|
||||
|
||||
let dbSnapshot = null;
|
||||
|
Loading…
Add table
Reference in a new issue