Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
bidetofevil committed Mar 11, 2024
1 parent 19daf24 commit 4dbec98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ internal class EmbraceApiService(
networkConnectivityService: NetworkConnectivityService,
) : ApiService, NetworkConnectivityListener {

private val mapper = lazy {
private val mapper by lazy {
Systrace.traceSynchronous("api-request-mapper-init") {
ApiRequestMapper(urlBuilder, lazyDeviceId, appId)
}
}
private val configUrl = lazy {
private val configUrl by lazy {
Systrace.traceSynchronous("config-url-init") {
urlBuilder.getConfigUrl()
}
Expand Down

0 comments on commit 4dbec98

Please sign in to comment.