Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
chore(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 25, 2019
1 parent 2247723 commit 06e4a70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/stitching/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
GraphQLError,
ASTNode
} from 'graphql';
import { forEach } from 'iterall';

export let ERROR_SYMBOL: any;
if (
Expand Down
2 changes: 1 addition & 1 deletion src/test/testAlternateMergeSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ describe('onTypeConflict', () => {
}
}
});
})
});

it('by default takes last type', async () => {
const mergedSchema = mergeSchemas({
Expand Down

0 comments on commit 06e4a70

Please sign in to comment.