File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tuk-api/src/main/kotlin/nexters/tuk/application/push
tuk-batch/src/main/kotlin/nexters/tuk/job Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ enum class PushDeepLink(
44 val link : String ,
55) {
66 DEFAULT (" tuk-app://tuk" ),
7- PROPOSAL (" tuk-app://tuk/proposal-detail?proposalId=%s" ),
7+ PROPOSAL (" tuk-app://tuk/proposal-detail/%s" ),
8+
89 ;
910
1011 fun getLink (proposalId : Long ): String {
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import nexters.tuk.contract.push.PushType
55import nexters.tuk.domain.gathering.GatheringRepository
66import nexters.tuk.domain.push.PushApiClient
77import nexters.tuk.domain.push.PushDto
8- import nexters.tuk.domain.push.PushRecipient
98import org.quartz.CronScheduleBuilder
109import org.quartz.CronTrigger
1110import org.quartz.JobExecutionContext
You can’t perform that action at this time.
0 commit comments