diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2021-11-30 20:33:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 20:33:29 +0300 |
commit | 96a9c4dff3a2012cebf5a757eacb7ccc8d27b5ed (patch) | |
tree | a2d63a11f4e57ff15c5789443de04eff002ecfe5 | |
parent | Merge pull request #519 from erkinalp/master (diff) | |
download | server-96a9c4dff3a2012cebf5a757eacb7ccc8d27b5ed.tar.xz |
Fix the type errors
Forgot that you cannot mix and match bigint and float
-rw-r--r-- | api/src/util/RandomInviteID.ts | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/api/src/util/RandomInviteID.ts b/api/src/util/RandomInviteID.ts |