Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: explicitly check for NotFound
We shouldn't rely on the fact that a callee only returns NotFound to pun err != nil. Instead, explicitly handle NotFound and throw out for other error types.
- Loading branch information