Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return errors from boltdb Get/Delete requests
The return error of get and pull requests agains a boltdb instance was assumed to never return an error and ignored those. This was fixed by returning the error from the corresponding boltdb Get/Delete call.
- Loading branch information