You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in _application_identifiers.json AI 7030 the pattern is incorrect
"^7030(\d{3})(!%-?A-Z_a-z\x22]{1,27})$"
correct:
"^7030(\d{3})([!%-?A-Z_a-z\x22]{1,27})$"
Hi,
in _application_identifiers.json AI 7030 the pattern is incorrect
"^7030(\d{3})(!%-?A-Z_a-z\x22]{1,27})$"
correct:
"^7030(\d{3})([!%-?A-Z_a-z\x22]{1,27})$"
great work
Originally posted by @GustavoCosta1989 in #66 (comment)
The text was updated successfully, but these errors were encountered: