Skip to content

Commit 2ce8f6e

Browse files
committed
public vars
1 parent 88aa896 commit 2ce8f6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/CouchDBClient/CouchUpdateResponse.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import Foundation
99

1010

1111
public struct CouchUpdateResponse: Codable {
12-
var ok: Bool
13-
var id: String
14-
var rev: String
12+
public var ok: Bool
13+
public var id: String
14+
public var rev: String
1515

1616
enum CodingKeys: String, CodingKey {
1717
case ok

0 commit comments

Comments
 (0)