mirror of
https://github.com/1f349/dendrite.git
synced 2025-02-19 21:05:16 +00:00
This removes `PerformError`, which was needed when we still had polylith. This removes quite a bunch of ```go if err != nil { return err } if err := res.Error; err != nil { return err.JSONResponse() } ``` Hopefully can be read commit by commit. [skip ci]