Skip to content

Commit

Permalink
feat(SPV-980): return empty access keys slice when no records found (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 authored Aug 2, 2024
1 parent 4c6fb37 commit b39f901
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/action_access_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ func (c *Client) GetAccessKeysByXPubID(ctx context.Context, xPubID string, metad
)
if err != nil {
return nil, err
} else if accessKeys == nil {
return nil, datastore.ErrNoResults
}

// Return the models
Expand Down

0 comments on commit b39f901

Please sign in to comment.