From 91c83de61231fcca0f1f290ad36228abdcaee778 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Tue, 16 Aug 2022 23:14:15 -0300 Subject: [PATCH] Remove extra empty line --- src/utils/errors.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/errors.ts b/src/utils/errors.ts index 01b50bb8c..ef5c013ee 100644 --- a/src/utils/errors.ts +++ b/src/utils/errors.ts @@ -99,7 +99,6 @@ export enum AccessTokenErrorCode { * parse or otherwise rely on the error message to handle errors. * * @see {@link AccessTokenErrorCode} for the list of all possible error codes. - * * @category Server */ export class AccessTokenError extends AuthError {