Skip to content

Commit 52ed91e

Browse files
author
Ciaran Schutte
committed
remove unused import
1 parent 9edd1bd commit 52ed91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/server/src/graphqlRoutes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Router } from 'express';
44
import expressPlayground from 'graphql-playground-middleware-express';
55

66
import { mergeSchemas } from '@graphql-tools/schema';
7-
import getConfigObject, { ENV_CONFIG, initializeSets } from './config';
7+
import getConfigObject, { initializeSets } from './config';
88
import { DEBUG_MODE, ENABLE_NETWORK_AGGREGATION, ES_PASS, ES_USER } from './config/constants';
99
import { ConfigProperties } from './config/types';
1010
import { addMappingsToTypes, extendFields, fetchMapping } from './mapping';

0 commit comments

Comments
 (0)