Skip to content

1.4.25: Fix the response for check shared on JSON errors (#2869)

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 10:43
8270393
Some old io.cozy.shared documents have a JSON with more than 10000
levels of nesting. With go 1.15+, these documents cannot be parsed as
JSON. This commit makes the check shared to return a correct response.