Skip to content

Commit

Permalink
no longer infinite recursive call
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Nov 27, 2023
1 parent 9da843f commit 50a708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/no/nrk/bigquery/BigQueryClient.scala
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ object BigQueryClient {
credentials: Credentials,
configure: Option[BigQueryOptions.Builder => BigQueryOptions.Builder]
)(implicit F: Async[F]): F[BigQuery] =
fromCredentials(credentials, configure)
fromCredentials(credentials, configure, None)

def fromCredentials[F[_]](
credentials: Credentials,
Expand Down

0 comments on commit 50a708c

Please sign in to comment.