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,