Skip to content

Commit 7011536

Browse files
committed
delint
1 parent e338f1c commit 7011536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/auth/handlers/authorize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import express from 'express';
44
import { OAuthServerProvider } from '../provider.js';
55
import { rateLimit, Options as RateLimitOptions } from 'express-rate-limit';
66
import { allowedMethods } from '../middleware/allowedMethods.js';
7-
import { InvalidRequestError, InvalidClientError, InvalidScopeError, ServerError, TooManyRequestsError, OAuthError } from '../errors.js';
7+
import { InvalidRequestError, InvalidClientError, ServerError, TooManyRequestsError, OAuthError } from '../errors.js';
88

99
export type AuthorizationHandlerOptions = {
1010
provider: OAuthServerProvider;

0 commit comments

Comments
 (0)