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 ff99c352d8
commit 67d78bfc8d
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

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