Skip to content

Commit afe6da4

Browse files
committed
[DOP-25451] Queue name can match any printable ASCII character
1 parent c20d594 commit afe6da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const QUEUE_NAME_REGEXP = /^[-_ a-zA-Z0-9]+$/;
1+
export const QUEUE_NAME_REGEXP = /^[ -~]+$/;

0 commit comments

Comments
 (0)