Skip to content

Commit 2c74417

Browse files
committed
Fix CI
1 parent e7ab9e6 commit 2c74417

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

src/components/lineage/converters/getGraphNodes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const getDatasetContainerNode = (
152152

153153
const getDataseNode = (
154154
node: DatasetResponseV1,
155+
/* eslint-disable @typescript-eslint/no-unused-vars */
155156
rawResponse: LineageResponseV1,
156157
): Node => {
157158
let title = node.name;

0 commit comments

Comments
 (0)