Skip to content

Commit

Permalink
Remove unneeded error check
Browse files Browse the repository at this point in the history
  • Loading branch information
mikroskeem committed May 20, 2021
1 parent e9e5a51 commit cd652e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/client/access_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ func (c *Client) AccessKeyView(ctx context.Context, accountID types.AccountID, p
"account_id": accountID,
"public_key": publicKey,
})
if err != nil {
return
}

return
}
Expand Down

0 comments on commit cd652e3

Please sign in to comment.