fix(gateway): satisfy server-method lint

This commit is contained in:
Peter Steinberger
2026-02-16 01:15:31 +00:00
parent dc5d234848
commit 71cee673b2
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { randomUUID } from "node:crypto";
import type { GatewayRequestHandlers, RespondFn } from "./types.js";
import type { GatewayRequestHandlers } from "./types.js";
import { defaultRuntime } from "../../runtime.js";
import { WizardSession } from "../../wizard/session.js";
import {