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
## Relevant issue(s)
Resolves#3402
## Description
In light of this PR:
https://github.com/sourcenetwork/defradb/pull/3400/files
I did a rip grep search:
```
rg -U "if err != nil \{\n.*return nil$"
```
And found one more instance in the code base where non-nill error would
still returning `nil`.
In light of this PR:
https://github.com/sourcenetwork/defradb/pull/3400/files
I did a rip grep search:
And found one more instance in the code base where not nill error was found and still returning
nil
.The text was updated successfully, but these errors were encountered: