Skip to content

Commit 538f2cf

Browse files
committed
fix unused variable
1 parent 00ffe7c commit 538f2cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/plugins/opentelemetry/src/plugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
GatewayConfigContext,
3-
GatewayContext,
43
getRetryInfo,
54
isRetryExecutionRequest,
65
Logger,
@@ -9,7 +8,7 @@ import {
98
import { getHeadersObj } from '@graphql-mesh/utils';
109
import { ExecutionRequest, fakePromise } from '@graphql-tools/utils';
1110
import { unfakePromise } from '@whatwg-node/promise-helpers';
12-
import { Plugin, useErrorCoordinate } from 'graphql-yoga';
11+
import { useErrorCoordinate } from 'graphql-yoga';
1312
import {
1413
context,
1514
hive,

0 commit comments

Comments
 (0)