From d090585685cf0d95f4ac4346205cb267ab1a9409 Mon Sep 17 00:00:00 2001 From: Balu Babu Date: Fri, 21 Jul 2023 16:19:48 +0530 Subject: [PATCH] chore: fixed mistake in AUTH_PROVIDER_NOT_SPECIFIED error description --- packages/hoppscotch-backend/src/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';