Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-goodall-ticketmaster committed Nov 13, 2024
1 parent 39cd5fb commit 81483b5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import com.ticketmaster.authenticationsdk.AuthSource
import com.ticketmaster.authenticationsdk.TMAuthentication
import com.ticketmaster.authenticationsdk.TMXDeploymentEnvironment
import com.ticketmaster.tickets.ticketssdk.TicketsColors
import com.ticketmaster.tickets.ticketssdk.TicketsSDKClient
import com.ticketmaster.tickets.ticketssdk.TicketsSDKSingleton
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
import kotlinx.coroutines.awaitAll
Expand Down Expand Up @@ -129,7 +127,7 @@ class AccountsSDKModule(reactContext: ReactApplicationContext) :
.forceNewSession(true)
.build(currentFragmentActivity)
IgniteSDKSingleton.setAuthenticationSDK(authentication)

val serviceConfiguredParams: WritableMap = Arguments.createMap().apply {
putString("accountsSdkServiceConfigured", "accountsSdkServiceConfigured")
}
Expand Down

0 comments on commit 81483b5

Please sign in to comment.