dmwm / dbs2go

DBS server written in Go
MIT License
5 stars 4 forks source link

Fix error message/reason for bulkblocks2 API when data already exists in DB #92

Closed vkuznet closed 1 year ago

vkuznet commented 1 year ago

In this commit d0643ba4a3cfbeb7baa2919d9e595a967595bacd I tried to fix error message since it hides the actual one, but it broke unit tests see this build failure https://github.com/dmwm/dbs2go/actions/runs/4271722647. I reverted the change in this commit 2a7fa9a84ee3d2cdf74f069513e117f37338f90e but I suggest to apply original change and properly fix unit tests.