Use new Rust bindings
This commit is contained in:
parent
b2a8db14b6
commit
b6d94bce0b
3 changed files with 30 additions and 34 deletions
|
|
@ -84,7 +84,7 @@ export class SyncService {
|
|||
},
|
||||
},
|
||||
body: {
|
||||
contentBase64: lib.bytes_to_base64(contentBytes),
|
||||
contentBase64: lib.bytesToBase64(contentBytes),
|
||||
createdDate: createdDate.toISOString(),
|
||||
relativePath,
|
||||
},
|
||||
|
|
@ -137,7 +137,7 @@ export class SyncService {
|
|||
},
|
||||
body: {
|
||||
parentVersionId,
|
||||
contentBase64: lib.bytes_to_base64(contentBytes),
|
||||
contentBase64: lib.bytesToBase64(contentBytes),
|
||||
createdDate: createdDate.toISOString(),
|
||||
relativePath,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue