Skip to content

Commit

Permalink
chore: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik151192 committed Nov 13, 2024
1 parent b3a76c3 commit ac8a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/errors/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class BadRequestError extends SdkError {
export class CancelledError extends SdkError {
override _errorCode = MomentoErrorCode.CANCELLED_ERROR;
override _messageWrapper =
'The request was cancelled; please contact us at [email protected] ';
'The request was cancelled; please contact us at [email protected]';
}

/**
Expand Down

0 comments on commit ac8a4b4

Please sign in to comment.