Skip to content

Commit 2c8cb5e

Browse files
committed
Lint
1 parent c3b8a68 commit 2c8cb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafast/grafast/src/envelop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { Plugin as EnvelopPlugin } from "@envelop/core";
2+
import { resolvePreset } from "graphile-config";
23
import type { IncomingMessage } from "http";
34

45
import { execute as grafastExecute } from "./execute.js";
56
import { stripAnsi } from "./stripAnsi.js";
67
import { subscribe as grafastSubscribe } from "./subscribe.js";
7-
import { resolvePreset } from "graphile-config";
88

99
export interface UseGrafastOptions {
1010
/**

0 commit comments

Comments
 (0)