Skip to content

Commit 599607f

Browse files
committed
add back saving revision record
1 parent e8ffa33 commit 599607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ParseCareKit/Models/PCKRevisionRecord.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct PCKRevisionRecord: ParseObject, Equatable, Codable {
123123
}
124124

125125
func save(options: API.Options = []) async throws {
126-
// let saved = try await self.create(options: options)
126+
try await self.create(options: options)
127127
try await patients.createAll(options: options)
128128
try await carePlans.createAll(options: options)
129129
try await contacts.createAll(options: options)

0 commit comments

Comments
 (0)