Skip to content

Commit

Permalink
[Refactor] #472 - Private
Browse files Browse the repository at this point in the history
Co-authored-by: GREEN (JIMIN KIM) <[email protected]>
  • Loading branch information
JIWON1923 and jim4020key authored Jul 22, 2023
1 parent 70cc4e0 commit 0649903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

final class ListCurationViewModel: ObservableObject {
var shortcutsZipViewModel = ShortcutsZipViewModel.share
private let shortcutsZipViewModel = ShortcutsZipViewModel.share

@Published var curationType: CurationType
@Published private(set) var curationList = [Curation]()
Expand Down

0 comments on commit 0649903

Please sign in to comment.