Set the wfPost property when creating a Post from a fetched WFPost

This commit is contained in:
Angelo Stavrow 2020-08-25 16:58:18 -04:00
parent ed8c2dc105
commit 05456ad501
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -39,6 +39,7 @@ class Post: Identifiable, ObservableObject {
status: .published,
collection: collection
)
self.wfPost = wfPost
}
}