mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Remove redundant Post properties
This commit is contained in:
parent
67d78bfc8d
commit
cb791d137c
@ -11,7 +11,6 @@ class Post: Identifiable, ObservableObject {
|
||||
@Published var wfPost: WFPost
|
||||
@Published var status: PostStatus
|
||||
@Published var collection: PostCollection
|
||||
@Published var wfPost: WFPost?
|
||||
|
||||
let id = UUID()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user