Skip to content

Commit d0cecac

Browse files
committed
typo
1 parent 7a09324 commit d0cecac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/PowerSync/Protocol/db/CrudTransaction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public struct CrudTransaction: Sendable {
1313

1414
private let db: any PowerSyncDatabaseProtocol
1515

16-
internal init(transactionId: Int64, crud: [CrudEntry], db: any PowerSyncDatabaseProtocol) {
16+
internal init(transactionId: Int64?, crud: [CrudEntry], db: any PowerSyncDatabaseProtocol) {
1717
self.transactionId = transactionId
1818
self.crud = crud
1919
self.db = db

0 commit comments

Comments
 (0)