Add convenience initializer to create Post type from WFPost

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

View File

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