Skip to content

Commit

Permalink
chore: remove redundant words
Browse files Browse the repository at this point in the history
Signed-off-by: majorteach <[email protected]>
  • Loading branch information
majorteach committed Dec 13, 2024
1 parent 1f4ebb7 commit cf1cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/src/graphql/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cf1cfce

Please sign in to comment.