diff --git a/packages/hoppscotch-backend/src/errors.ts b/packages/hoppscotch-backend/src/errors.ts index b9599dd4f..16673ec98 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';