mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-19 08:53:54 -05:00
Fix attempting to record Splatfest votes for non-SplatNet 3 users
This commit is contained in:
parent
28109239a3
commit
5eb9bddc0d
|
|
@ -212,7 +212,7 @@ export async function handler(argv: ArgumentsCamelCase<Arguments>) {
|
|||
const update_interval_fest_voting_status_record = 60 * 60 * 1000; // 60 minutes
|
||||
|
||||
const recordFestVotes = async (is_force_early = false) => {
|
||||
const users = await Promise.all(user_naids.map(id => server.getSplatNet3User(id)));
|
||||
const users = await Promise.all(user_naids_splatnet3.map(id => server.getSplatNet3User(id)));
|
||||
|
||||
debug('Checking for new fest votes to record', is_force_early);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user