Skip to content

Commit c9cae24

Browse files
committed
Style : 네트워크콜 인자 삭제
1 parent 39c7d1b commit c9cae24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

presentation/src/main/java/com/stop/AlarmWorker.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,9 @@ class AlarmWorker @AssistedInject constructor(
3333

3434
private suspend fun callApi() {
3535
val list = getNearPlacesUseCase.getNearPlaces(
36-
1,
3736
"아남타워",
3837
126.969652,
39-
37.553836,
40-
BuildConfig.TMAP_APP_KEY
38+
37.553836
4139
)
4240
Log.e("ABC", list.toString())
4341
}

0 commit comments

Comments
 (0)