Skip to content

Commit e4c51f8

Browse files
Update data/src/main/java/com/stop/data/remote/network/WsBusApiService.kt
Co-authored-by: DoDoBest <[email protected]>
1 parent 6aeadf3 commit e4c51f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data/src/main/java/com/stop/data/remote/network/WsBusApiService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ internal interface WsBusApiService {
1717

1818
@GET(GET_BUS_NOW_LOCATION_URL)
1919
suspend fun getBusNowLocation(
20-
@Query("ServiceKey") serviceKey: String = BuildConfig.BUS_KEY,
2120
@Query("busRouteId") busRouteId: String,
2221
@Query("resultType") resultType: String = JSON
2322
): NetworkResult<GetBusNowLocationResponse>

0 commit comments

Comments
 (0)