Skip to content

Commit

Permalink
OAuth callback fixes (#11560)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonsSpaghetti committed Mar 7, 2024
1 parent b738411 commit 4733100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ open class SourceServiceImpl(
sourceCreateOss.secretId = sourceCreateRequest.secretId

val result =
kotlin.runCatching { sourceHandler.createSource(sourceCreateOss) }
kotlin.runCatching { sourceHandler.createSourceWithOptionalSecret(sourceCreateOss) }
.onFailure {
log.error("Error for createSource", it)
ConfigClientErrorHandler.handleError(it, sourceDefinitionId.toString())
Expand Down

0 comments on commit 4733100

Please sign in to comment.