chore: eslint config

This commit is contained in:
DarkSky
2022-12-22 11:29:23 +08:00
committed by DarkSky
parent c9e4fdf317
commit b4b8a25742
8 changed files with 3937 additions and 1235 deletions
@@ -89,7 +89,7 @@ const DynamicBlocksuite = ({
p => p instanceof IndexedDBDocProvider
);
if (indexDBProvider) {
(indexDBProvider as IndexedDBDocProvider)?.on('synced', async () => {
(indexDBProvider as IndexedDBDocProvider).on('synced', async () => {
const updates = await downloadWorkspace({ workspaceId });
if (updates && updates.byteLength) {