SolidLabResearch / LDES-in-SOLID-Semantic-Observations-Replay

1 stars 2 forks source link

Update Util.ts to allow other status codes than just 205. #31

Closed argahsuknesib closed 5 months ago

argahsuknesib commented 6 months ago

205 is the response status code when patching to the community solid server. However, with node solid server it is 200. It makes sense to add it here, so that the app doesn't crash when replaying it to the Node Solid Server.

argahsuknesib commented 6 months ago

@svrstich please review, and merge if possible.

argahsuknesib commented 5 months ago

Will create another pull request with more changes.