Skip to content

Commit

Permalink
Merge branch 'master' of github.com:josephg/diamond-types
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Jul 23, 2024
2 parents b0c1722 + 5794dd6 commit 4527996
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 4527996

Please sign in to comment.