You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(store): return header.ErrNotFound where appropriate (#277)
There are some places when we return error from datastore. However,
there are places where we replace not found error with our
`header.ErrNotFound`.
Aligning all datastore calls to the same behaviour. Also, changed 2
places to use `hashKey` helper.
0 commit comments