Iterate in the right direction

This commit is contained in:
Half-Shot 2020-02-20 15:45:20 +00:00
parent 2a707d1354
commit 45a70aa56e

View File

@ -112,7 +112,7 @@ export class UserNotificationWatcher {
} catch (ex) {
log.error("An error occured getting notifications:", ex);
}
this.userQueue.push(userId);
this.userQueue.unshift(userId);
}
}