summary refs log tree commit diff
path: root/dist/checkToken.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 22:01:01 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 22:01:01 +0100
commitea41892fef208b10c1bb322de7683c39ebab3dd5 (patch)
treef26559c73196591ac0338a21908a25c806276a7a /dist/checkToken.d.ts
parentMove Models/Schemas to server-util (diff)
downloadserver-ea41892fef208b10c1bb322de7683c39ebab3dd5.tar.xz
:wrench: build
Diffstat (limited to 'dist/checkToken.d.ts')
-rw-r--r--dist/checkToken.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/checkToken.d.ts b/dist/checkToken.d.ts
deleted file mode 100644

index 478d382a..00000000 --- a/dist/checkToken.d.ts +++ /dev/null
@@ -1 +0,0 @@ -export declare function checkToken(token: string): Promise<unknown>;