Skip to content

Commit

Permalink
remove DefaultArgumentInterop annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaylaBrady committed Apr 19, 2024
1 parent 978b8b0 commit 5be6e80
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mbta.tid.mbta_app.repositories

import co.touchlab.skie.configuration.annotations.DefaultArgumentInterop
import com.mbta.tid.mbta_app.model.response.ScheduleResponse
import com.mbta.tid.mbta_app.network.MobileBackendClient
import io.ktor.client.call.body
Expand Down Expand Up @@ -39,7 +38,6 @@ class SchedulesRepository : ISchedulesRepository, KoinComponent {

private val mobileBackendClient: MobileBackendClient by inject()

@DefaultArgumentInterop.Enabled
override suspend fun getSchedule(stopIds: List<String>, now: Instant): ScheduleResponse =
mobileBackendClient
.get {
Expand Down

0 comments on commit 5be6e80

Please sign in to comment.