Skip to content

Commit 0e959f7

Browse files
committed
fixup! feat: add post commit bundle API in WireAPI
1 parent b253aea commit 0e959f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WireAPI/Sources/WireAPI/APIs/MLSAPI/MLSAPIV5.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private struct BackendMLSPublicKeysResponseV5: Decodable, ToAPIModelConvertible
8989

9090
private struct CommitBundleResponseV5: Decodable, ToAPIModelConvertible {
9191

92-
let time: UTCTimeMillis?
92+
let time: UTCTime?
9393
let events: [UpdateEventDecodingProxy]
9494

9595
func toAPIModel() -> [UpdateEvent] {

0 commit comments

Comments
 (0)