Skip to content

Commit

Permalink
fix internal.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Jan 22, 2024
1 parent abc06c9 commit 126e229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typegate/src/services/auth/protocols/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class InternalAuth extends Protocol {

async tokenMiddleware(
token: string,
_url: URL,
_request: Request,
): Promise<[Record<string, unknown>, string | null]> {
try {
const claims = await verifyJWT(token);
Expand Down

0 comments on commit 126e229

Please sign in to comment.