Add WFPost property to Post type

This commit is contained in:
Angelo Stavrow 2020-08-25 14:34:25 -04:00
parent d651776322
commit ccd73a517e
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -11,6 +11,7 @@ class Post: Identifiable, ObservableObject {
@Published var wfPost: WFPost
@Published var status: PostStatus
@Published var collection: PostCollection
@Published var wfPost: WFPost?
let id = UUID()