mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 03:07:30 +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 @@
|
||||
|
||||
export let userId: any
|
||||
userId = +userId
|
||||
let ifError = null;
|
||||
let ifError: string | null;
|
||||
|
||||
if (!userId) console.error("No user ID provided")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user