Skip to content

Commit

Permalink
♻️ :: 안쓰는것 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
lyutvs committed May 24, 2023
1 parent e56bb4b commit daf0630
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import java.util.UUID

@Spi
interface SettingRepositorySpi {
fun settingExist(category: Category, userId: UUID): Boolean
fun queryUserIdSetting(userId: UUID): List<Setting>
fun queryUserCategory(userId: UUID): List<Category>
fun updateAllSetting(categoryIds: List<UUID>, userId: UUID, isActivated: Boolean)
Expand Down

0 comments on commit daf0630

Please sign in to comment.