Skip to content

Fix double-encoded backspaces. Added two .gitignore entries

BPirkle requested to merge bpirkle-encoding-fix into main

Apparent double-encoding during production data extraction resulted in duplicated backslashes and invalid json data. Removed double-encoding.

Also, as a housekeeping matter, added two entries to the .gitignore file to synchronize with the AQS 2.0 services.

Merge request reports