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
Commit 73cd034 added a javascript style block comment in the .json file, however the json spec does not allow for any comments which cause the json parser to not being able to parse the file.
Additionally, it introduced a trailing comma which is also not allowed according to the json spec.
The text was updated successfully, but these errors were encountered:
Commit 73cd034 added a javascript style block comment in the .json file, however the json spec does not allow for any comments which cause the json parser to not being able to parse the file.
Additionally, it introduced a trailing comma which is also not allowed according to the json spec.
The text was updated successfully, but these errors were encountered: