Skip to content

Commit

Permalink
fix: change in string for condition check
Browse files Browse the repository at this point in the history
  • Loading branch information
VadirajKranam committed Nov 28, 2024
1 parent 274f56b commit 9c2555b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genai/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func hasAuthOption(opts []option.ClientOption) bool {

case "option.withHTTPClient",
"option.withTokenSource",
"option.withCredentialsFile",
"option.withCredFile",
"option.withCredentialsJSON":
return true
}
Expand Down

0 comments on commit 9c2555b

Please sign in to comment.