1.adjust code style.

This commit is contained in:
mitsuha
2022-09-02 18:32:26 +08:00
parent 67698a7e3e
commit 3b1263447f
9 changed files with 54 additions and 55 deletions
-1
View File
@@ -371,7 +371,6 @@ export class YjsAdapter implements AsyncDatabaseAdapter<YjsContentOperation> {
applyUpdate(doc, new Uint8Array(binary));
await update_check;
}
console.log('load success');
return true;
} catch (err) {