Use new Rust bindings

This commit is contained in:
Andras Schmelczer 2025-01-02 11:58:28 +00:00
parent b2a8db14b6
commit b6d94bce0b
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 30 additions and 34 deletions

View file

@ -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,
},