Skip to content

Commit c20d594

Browse files
committed
[DOP-25451] Allow spaces in queue names
1 parent a1746e7 commit c20d594

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 = /^[-_ a-zA-Z0-9]+$/;

0 commit comments

Comments
 (0)