Skip to content

Commit

Permalink
[#132] refactor(Bookmark): remindOff 메소드 하나 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-Ha committed Jul 5, 2022
1 parent c33b963 commit 6b573d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ class Bookmark(
remindList.remove(Remind(userId))
}

fun remindOff() {
remindList = mutableListOf()
}

fun remindOn(remind: Remind) {
remindList.add(remind)
}
Expand Down

0 comments on commit 6b573d7

Please sign in to comment.