Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit a688dd5

Browse files
committed
Fix TypeScript error
1 parent 520cadc commit a688dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/fs-tree/outdated-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const subTreeOmit = (
5353
symbol: string,
5454
schema: any,
5555
omitted: readonly string[] = []
56-
): FsTree => omit(subTree(symbol, schema), omitted)
56+
): FsTree => omit(subTree(symbol, schema), omitted) as FsTree
5757

5858
export function createFsTree (): FsTree {
5959
const tjs = new TJS()

0 commit comments

Comments
 (0)