Skip to content

Commit

Permalink
Update PlayApiService.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
SUPERCILEX authored Nov 12, 2024
1 parent e97cead commit 3ea3c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ internal abstract class PlayApiService @Inject constructor(
}

if (useAppDefaultCreds) {
PlayPublisher(parameters.appId.get(), parameters.impersonateServiceAccount.getOrNull())
PlayPublisher(parameters.appId.get(), parameters.impersonateServiceAccount.orNull)
} else {
credentialStream().use {
PlayPublisher(it, parameters.appId.get())
Expand Down

0 comments on commit 3ea3c30

Please sign in to comment.