Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed May 17, 2024
1 parent 0ee9787 commit 74f53ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion grafast/grafserv/src/core/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import {
makeParseAndValidateFunction,
} from "../middleware/graphql.js";
import { optionsFromConfig } from "../options.js";
import { handleErrors, noop, normalizeRequest, sleep } from "../utils.js";
import { handleErrors, normalizeRequest, sleep } from "../utils.js";

const failedToBuildHandlersError = new graphql.GraphQLError(
"Unknown error occurred.",
Expand Down
6 changes: 1 addition & 5 deletions grafast/grafserv/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import type { PromiseOrDirect } from "grafast";
import type { ExecutionArgs, GraphQLError } from "grafast/graphql";
import type {
AsyncHookResultHandler,
MiddlewareNext,
PluginHook,
} from "graphile-config";
import type { MiddlewareNext, PluginHook } from "graphile-config";
import type { RuruHTMLParts } from "ruru/server";

import type {
Expand Down

0 comments on commit 74f53ce

Please sign in to comment.