Skip to content

Commit e77e82f

Browse files
committed
changed default object name
1 parent 195ec8e commit e77e82f

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,3 +1,3 @@
11
{
2-
"code": "^[ -~]{0,128}$" // match all ASCII characters
2+
"code": "^[A-Za-z_0-9#$@]{0,128}$"
33
}

0 commit comments

Comments
 (0)