Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomiceli committed May 12, 2024
1 parent dd86d89 commit 1b86cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func ShouldAllowUnauthenticatedGistAccess(prov AuthInfoProvider, isSingleGistAcc
if err != nil {
return false, err
}
return !require || (isSingleGistAccess && allow == true), nil
return !require || (isSingleGistAccess && allow), nil
}

0 comments on commit 1b86cc7

Please sign in to comment.