Files
devranta/src
retoor b5fec97682 fix: parse response json before checking success field in comment update
The fix ensures the response object is deserialized via `await response.json()` before accessing the `"success"` key, preventing an `AttributeError` when the raw response lacks a `.get()` method. This corrects the empty reply issue when input is missing or malformed.
2024-12-03 18:15:48 +00:00
..