summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 18:57:06 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-06 18:57:06 +0200
commit5e2400647259535c001830fa0578a6e638bdfca3 (patch)
treebe9678b2adf9529fec10b3e64fcedededbed3545
parent:bug: fix bigint id in message route (diff)
downloadserver-5e2400647259535c001830fa0578a6e638bdfca3.tar.xz
:bug: fix test
-rw-r--r--src/test/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test.ts b/src/test/test.ts

index fd50ab9a..eb0cb8b3 100644 --- a/src/test/test.ts +++ b/src/test/test.ts
@@ -1,7 +1,7 @@ import { getPermission } from "fosscord-server-util"; async function main() { - const t = await getPermission(811642917432066048n, 812327318532915201n); + const t = await getPermission("811642917432066048", "812327318532915201"); console.log(t); }