Skip to content

Commit 733ad66

Browse files
prakriti-solankeykartikpersistent
authored andcommitted
node id check (#663)
1 parent 98f0e7a commit 733ad66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/utils/Utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const filterData = (
171171
allNodes: ExtendedNode[],
172172
allRelationships: Relationship[],
173173
scheme: Scheme
174-
) => {
174+
) => {
175175
let filteredNodes: ExtendedNode[] = [];
176176
let filteredRelations: Relationship[] = [];
177177
let filteredScheme: Scheme = {};
@@ -208,7 +208,7 @@ export const filterData = (
208208
filteredScheme = scheme;
209209
}
210210
return { filteredNodes, filteredRelations, filteredScheme };
211-
};
211+
};
212212

213213
export const getDateTime = () => {
214214
const date = new Date();

0 commit comments

Comments
 (0)