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
@@ -36,7 +36,7 @@ export class UserConfig extends ServiceBaseClass {
}
const db = await this.database.getDatabase(workspace);
const newPage = await db.get_named_block('start-page');
const newPage = await db.getNamedBlock('start-page');
await this.get_dependency(PageTree).addPage(workspace, newPage.id);
await this.addRecentPage(workspace, userId, newPage.id);