Skip to content

Commit ba4cdc5

Browse files
committed
BAU: Fix code smell in schemas.ts
1 parent cbd68fa commit ba4cdc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data-types/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const TxMAIngress = {
149149
$id: '#root/event/user_id',
150150
title: 'User_Id',
151151
type: 'string',
152-
pattern: '^[^\\s,]+$',
152+
pattern: String.raw`^[^\s,]+$`,
153153
minLength: 3,
154154
},
155155
},

0 commit comments

Comments
 (0)