Skip to content

Commit 5c78ea2

Browse files
CCM-13415: Fix linting
1 parent 633c74a commit 5c78ea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/utils/error-codes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export const ErrorCodes = {
2-
MESSAGE_CONTAINS_INVALID_PERSONALISATION_FIELD_NAME: 'MESSAGE_CONTAINS_INVALID_PERSONALISATION_FIELD_NAME',
2+
MESSAGE_CONTAINS_INVALID_PERSONALISATION_FIELD_NAME:
3+
'MESSAGE_CONTAINS_INVALID_PERSONALISATION_FIELD_NAME',
34
} as const;

0 commit comments

Comments
 (0)