Skip to content

Commit

Permalink
Remark to TODO: Remark
Browse files Browse the repository at this point in the history
Co-authored-by: Youngkyu Song <ace_lephant@naver.com>
  • Loading branch information
baekteun and youn9k authored Nov 25, 2024
1 parent 94d297e commit 2993007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation
import SongsDomainInterface

/// concurrency를 위한 Model의 Mutable 제거 필요
// TODO: concurrency를 위한 Model의 Mutable 제거 필요
public struct FavoriteSongEntity: Equatable, @unchecked Sendable {
public init(songID: String, title: String, artist: String, like: Int) {
self.songID = songID
Expand Down

0 comments on commit 2993007

Please sign in to comment.