mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix typo: Authetication -> Authentication
This commit is contained in:
parent
f473c8d773
commit
39cc17c204
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default async (endpoint: IEndpoint, req: express.Request, res: express.Re
|
||||||
const reply = _reply.bind(null, res);
|
const reply = _reply.bind(null, res);
|
||||||
let ctx: IAuthContext;
|
let ctx: IAuthContext;
|
||||||
|
|
||||||
// Authetication
|
// Authentication
|
||||||
try {
|
try {
|
||||||
ctx = await authenticate(req);
|
ctx = await authenticate(req);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue