Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Linter..
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Aug 3, 2024
1 parent 84d57f1 commit ed1f7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientapi/threepid/threepid.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func CreateSession(
if err != nil {
return "", err
}
defer resp.Body.Close()
defer resp.Body.Close() // nolint: errcheck

// Error if the status isn't OK
if resp.StatusCode != http.StatusOK {
Expand Down

0 comments on commit ed1f7cb

Please sign in to comment.