We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeadf3 commit e4c51f8Copy full SHA for e4c51f8
data/src/main/java/com/stop/data/remote/network/WsBusApiService.kt
@@ -17,7 +17,6 @@ internal interface WsBusApiService {
17
18
@GET(GET_BUS_NOW_LOCATION_URL)
19
suspend fun getBusNowLocation(
20
- @Query("ServiceKey") serviceKey: String = BuildConfig.BUS_KEY,
21
@Query("busRouteId") busRouteId: String,
22
@Query("resultType") resultType: String = JSON
23
): NetworkResult<GetBusNowLocationResponse>
0 commit comments