Skip to content

Commit dcafb5c

Browse files
committed
Lint
1 parent ee3896e commit dcafb5c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

client/client.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@ import { CheckPathSpacePrimitives } from "./spaces/checked_space_primitives.ts";
7777
import {
7878
notFoundError,
7979
offlineError,
80-
wrongSpacePathError,
8180
} from "@silverbulletmd/silverbullet/constants";
82-
import {
83-
flushCachesAndUnregisterServiceWorker,
84-
unregisterServiceWorkers,
85-
} from "./service_worker/util.ts";
8681

8782
const frontMatterRegex = /^---\n(([^\n]|\n)*?)---\n/;
8883

client/service_worker/sync_engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { EventEmitter } from "../plugos/event.ts";
55
import { plugPrefix, stdLibPrefix } from "../spaces/constants.ts";
66
import type { SpacePrimitives } from "../spaces/space_primitives.ts";
77
import { SpaceSync, SyncSnapshot, type SyncStatus } from "../spaces/sync.ts";
8-
import { HttpSpacePrimitives } from "../spaces/http_space_primitives.ts";
8+
import type { HttpSpacePrimitives } from "../spaces/http_space_primitives.ts";
99

1010
const syncSnapshotKey = ["$sync", "snapshot"];
1111
const syncInterval = 20;

0 commit comments

Comments
 (0)