From cf1cfce949e43d43351fdf6f2f7886a0ee50e15b Mon Sep 17 00:00:00 2001 From: majorteach Date: Fri, 13 Dec 2024 15:49:49 +0800 Subject: [PATCH] chore: remove redundant words Signed-off-by: majorteach --- core/api/src/graphql/error.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api/src/graphql/error.ts b/core/api/src/graphql/error.ts index 5cbb39371e..2d85a71b88 100644 --- a/core/api/src/graphql/error.ts +++ b/core/api/src/graphql/error.ts @@ -421,7 +421,7 @@ export class InvalidPhoneForOnboardingError extends CustomGraphQLError { export class UnauthorizedIPMetadataCountryError extends CustomGraphQLError { constructor(errData: CustomGraphQLErrorData) { super({ - message: "Country not not authorized for quizzes.", + message: "Country not authorized for quizzes.", forwardToClient: true, code: "UNAUTHORIZED_COUNTRY_IP_FOR_QUIZZES", ...errData,