Skip to content

Commit

Permalink
fix: SMSMessageUseCase에 주입된 의존성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
comst19 committed Jan 11, 2024
1 parent 2ef61cc commit 0658e0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.droidblossom.archive.domain.usecase

import com.droidblossom.archive.domain.repository.SMSMessageRepository
import javax.inject.Inject

class SMSMessageUseCase @Inject constructor(
private val smsMessageUseCase: SMSMessageUseCase
private val smsMessageRepository: SMSMessageRepository
){
}

0 comments on commit 0658e0f

Please sign in to comment.