summary refs log tree commit diff
path: root/src/api/middlewares/Authentication.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-07 16:47:01 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-08-07 16:47:01 +1000
commita25a62aa76694fd4dd45e2a9405449eb4374deb6 (patch)
tree39ee569e01c03a49df013eb2cc665bcf60423db2 /src/api/middlewares/Authentication.ts
parentadd login script (diff)
parentFix linter warnings in connections (diff)
downloadserver-a25a62aa76694fd4dd45e2a9405449eb4374deb6.tar.xz
Merge branch 'master' of github.com:spacebarchat/server
Diffstat (limited to 'src/api/middlewares/Authentication.ts')
-rw-r--r--src/api/middlewares/Authentication.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/middlewares/Authentication.ts b/src/api/middlewares/Authentication.ts

index 812888a3..9e41b453 100644 --- a/src/api/middlewares/Authentication.ts +++ b/src/api/middlewares/Authentication.ts
@@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { checkToken, Config, Rights } from "@spacebar/util"; +import { checkToken, Rights } from "@spacebar/util"; import * as Sentry from "@sentry/node"; import { NextFunction, Request, Response } from "express"; import { HTTPError } from "lambert-server";