Sync all offline changes to the remote server
This commit is contained in:
parent
eb87de8e68
commit
742e0fd7e5
3 changed files with 140 additions and 7 deletions
|
|
@ -7,3 +7,5 @@ export function hash(content: Uint8Array): string {
|
|||
}
|
||||
return hash.toString(16);
|
||||
}
|
||||
|
||||
export const EMPTY_HASH = hash(new Uint8Array(0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue