Lint
This commit is contained in:
parent
dd6f63f357
commit
00fa7b1c8b
5 changed files with 7 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { RelativePath } from "../database/document-metadata";
|
||||
import type { RelativePath } from "../database/document-metadata";
|
||||
|
||||
const locked = new Set<RelativePath>();
|
||||
const waiters = new Map<RelativePath, (() => void)[]>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue