Fix update interval for friend code data

This commit is contained in:
Samuel Elliott
2023-01-17 04:01:23 +00:00
parent 2914fcc76b
commit 6867b6be9d

View File

@@ -693,7 +693,7 @@ class Server extends HttpServer {
throw err;
}
}, promises, this.cached_friendcode_data);
}, promises, this.cached_friendcode_data, this.friendcode_update_interval);
} finally {
if (!promises.size) this.friendcode_data_promise.delete(id);
}