Remove redundant Post properties

This commit is contained in:
Angelo Stavrow 2020-08-26 12:54:31 -04:00
parent 67d78bfc8d
commit cb791d137c
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -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()