diff --git a/packages/hoppscotch-backend/src/errors.ts b/packages/hoppscotch-backend/src/errors.ts index 7fa32a33d..b90336573 100644 --- a/packages/hoppscotch-backend/src/errors.ts +++ b/packages/hoppscotch-backend/src/errors.ts @@ -24,7 +24,7 @@ export const JSON_INVALID = 'json_invalid'; /** * Auth Provider not specified - * (Utils) + * (Auth) */ export const AUTH_PROVIDER_NOT_SPECIFIED = 'auth/provider_not_specified';