Sync all offline changes to the remote server

This commit is contained in:
Andras Schmelczer 2024-12-18 20:40:29 +00:00
parent eb87de8e68
commit 742e0fd7e5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 140 additions and 7 deletions

View file

@ -7,3 +7,5 @@ export function hash(content: Uint8Array): string {
}
return hash.toString(16);
}
export const EMPTY_HASH = hash(new Uint8Array(0));