Commit 567d71a
committed
fix: remove duplicate empty-string alternative in continuation_token regex
The ListStoresRequest.continuation_token validation pattern had a
redundant '^$|' prefix, making it '^$|^$|^[A-Za-z0-9-_]+={0,2}$'
instead of '^$|^[A-Za-z0-9-_]+={0,2}$' like all other continuation_token
fields in the file.1 parent f917ddb commit 567d71a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1835 | 1835 | | |
1836 | 1836 | | |
1837 | 1837 | | |
1838 | | - | |
| 1838 | + | |
1839 | 1839 | | |
1840 | 1840 | | |
1841 | 1841 | | |
| |||
0 commit comments