mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-13 06:41:11 -05:00
Fix update interval for friend code data
This commit is contained in:
parent
34d6a47322
commit
59a6e3917f
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user