mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
fixed db config restarting the test
This commit is contained in:
parent
a973a16a0a
commit
35bf71eae6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export function getDataAndInit() {
|
|||
if (snap.refactored === false) {
|
||||
CloudFunctions.removeSmallTests({ uid: user.uid });
|
||||
}
|
||||
if (!Config.changedBeforeDb) {
|
||||
if (!UpdateConfig.changedBeforeDb) {
|
||||
if (Config.cookieConfig === null) {
|
||||
AccountButton.loading(false);
|
||||
UpdateConfig.apply(DB.getSnapshot().config);
|
||||
|
|
Loading…
Add table
Reference in a new issue