Skip to content

Commit b1d891e

Browse files
committed
scripts: typo
Signed-off-by: jsvisa <delweng@gmail.com>
1 parent 90eb7e3 commit b1d891e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/graphql-validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'fs';
22
import graphql from 'graphql';
3-
import diff frm '@graphql-inspector/core';
3+
import { diff } from '@graphql-inspector/core';
44

55
function ignoreDirectiveChanges(obj) {
66
return obj.changes.filter((change) => !change.type.startsWith('DIRECTIVE'));

0 commit comments

Comments
 (0)