Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Sep 4, 2024
1 parent 0806d31 commit d7e4af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
# Envs
configs/driver.yaml
.env*
*.settings.yaml
resolvers.settings.yaml
test.http
2 changes: 1 addition & 1 deletion pkg/services/blockchain/eth/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (r *Resolver) Resolve(
default:
stateInfo, gistInfo, err = r.resolveLatest(ctx, userID)
}
// err == http.505

if err != nil && !errors.Is(err, services.ErrNotFound) {
return services.IdentityState{}, err
}
Expand Down

0 comments on commit d7e4af1

Please sign in to comment.