Skip to content

Commit 2d5c7af

Browse files
committed
fix : build 에러 처리
1 parent 6611d0a commit 2d5c7af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

presentation/src/main/java/com/stop/ui/mission/MissionWorker.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import androidx.core.app.NotificationCompat
1616
import androidx.hilt.work.HiltWorker
1717
import androidx.work.CoroutineWorker
1818
import androidx.work.ForegroundInfo
19-
import androidx.work.WorkManager
2019
import androidx.work.WorkerParameters
2120
import com.google.android.gms.location.*
2221
import com.stop.MainActivity
@@ -124,7 +123,7 @@ class MissionWorker @AssistedInject constructor(
124123
private const val NOTIFICATION_CONTENT = "사용자의 위치를 추적중입니다."
125124
private var NUM = 0
126125
private const val INTERVAL_UNIT = 1000L
127-
private const val MISSION_CODE = 88
126+
const val MISSION_CODE = 88
128127
}
129128

130129
}

0 commit comments

Comments
 (0)