Skip to content

Commit ad663ad

Browse files
committed
CTR add back the accidentally removed @ts-ignore for linter
1 parent 9829c01 commit ad663ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export class GraphSON2Reader {
274274
const keys = Object.keys(obj);
275275
const result = {};
276276
for (let i = 0; i < keys.length; i++) {
277+
// @ts-ignore
277278
result[keys[i]] = this.read(obj[keys[i]]);
278279
}
279280
return result;

0 commit comments

Comments
 (0)