mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 00:47:27 +08:00
AquaNet: got typescript to stop yelling at me, it was driving me up a wall
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
title(`Ranking`);
|
||||
|
||||
let d: { users: GenericRanking[] };
|
||||
let ifError = null;
|
||||
let ifError: string | null;
|
||||
Promise.all([GAME.ranking("mai2")])
|
||||
.then(([users]) => {
|
||||
console.log(users)
|
||||
|
||||
Reference in New Issue
Block a user