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 3dca0335dd
commit 904bd0f0f5
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
}
}