Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Feb 6, 2025
1 parent 5780414 commit 38ecf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql-yoga/__tests__/plugin-hooks.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createSchema, createYoga, type Plugin } from '../src';
import { ParamsHandler, ParamsHandlerPayload } from '../src/plugins/types';
import type { ParamsHandlerPayload } from '../src/plugins/types';
import { eventStream } from './utilities';

test('onParams -> setResult to single execution result', async () => {
Expand Down

0 comments on commit 38ecf93

Please sign in to comment.