Skip to content

Commit

Permalink
Fixed swift build
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Jul 20, 2024
1 parent fe4b2d4 commit 5794dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dt-swift/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl ListCRDT {
}

pub fn encode(&self) -> Vec<u8> {
self.inner.oplog.encode(ENCODE_FULL)
self.inner.oplog.encode(&ENCODE_FULL)
}

pub fn save(&self, path: &str) {
Expand Down

0 comments on commit 5794dd6

Please sign in to comment.