Skip to content

Commit

Permalink
Fix code after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Feb 6, 2025
1 parent 8230ec3 commit 4437d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class DefaultClientConfiguration : ClientConfiguration {
listOf(
FunctionParameter.NoLabel("provider", ClientRuntimeTypes.Core.InterceptorProvider),
),
),
isMutating = true,
isMutating = true,
),
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class DefaultHttpClientConfiguration : ClientConfiguration {
listOf(
FunctionParameter.NoLabel("provider", ClientRuntimeTypes.Core.HttpInterceptorProvider),
),
),
isMutating = true,
isMutating = true,
),
)
}

0 comments on commit 4437d7a

Please sign in to comment.