Skip to content

Commit d340fec

Browse files
committed
lol oops
1 parent 9032792 commit d340fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/deriveLinkDefaults.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export function initialLoader(datasets: ILinkConfig['datasets']) {
179179
}
180180
}
181181

182-
return Promise.all(resolvedDataSets).then((data) => data.filter((d): d is DataSet => d != null));
183182
return Promise.all(resolvedDataSets).then((data) => {
184183
const cleaned = data.filter((d): d is DataSet => d != null);
185184
cleaned.forEach((d) => add(d));

0 commit comments

Comments
 (0)