Fix invalid feed characters #31

Merged
olaven merged 3 commits from fix-bad-feed-characters into main 2024-04-14 10:16:00 +00:00
olaven commented 2024-04-14 10:13:18 +00:00 (Migrated from github.com)

This PR fixes a (sneaky) bug introduced in #25.
XML strings were stringified before being returned to the client, producing invalid XML ("'<></>'" over "<></>").
This PR changes the code such that only JSON responses are stringified.

This PR fixes a (sneaky) bug introduced in #25. XML strings were stringified before being returned to the client, producing invalid XML ("'<></>'" over "<></>"). This PR changes the code such that only JSON responses are stringified.
olaven (Migrated from github.com) reviewed 2024-04-14 10:14:01 +00:00
olaven (Migrated from github.com) commented 2024-04-14 10:13:54 +00:00
```suggestion ```
olaven (Migrated from github.com) commented 2024-04-14 10:13:59 +00:00
```suggestion ```
Sign in to join this conversation.
No description provided.