TypeScript check and typing corrections.

This commit is contained in:
Leo Vasanko
2026-01-30 19:03:37 +00:00
parent 1061c916aa
commit 26b7a8595e
14 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const op = (op: string, dst?: string) => {
const msg = {
op,
sel: sel.keys.map(key => {
const doc = sel.docs[key]
const doc = sel.docs[key]!
return doc.loc ? `${doc.loc}/${doc.name}` : doc.name
})
}