From 04bb219c127df93618b6d05ec9ad96d7f635f0ea 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 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';