Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Sep 26, 2024
1 parent 8da8803 commit a941534
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ internal fun networkClient(
netClient: OkHttpClient,
responseManage: ResponseManager,
logger: Logger
): = createNetworkClient(
accountId: accountId,
propertyId: propertyId,
propertyName: propertyName,
) = createNetworkClient(
accountId = accountId,
propertyId = propertyId,
propertyName = propertyName,
httpClient = netClient,
responseManager = responseManage,
urlManager = HttpUrlManagerSingleton,
Expand Down

0 comments on commit a941534

Please sign in to comment.