Skip to content

Commit 4fe57b1

Browse files
committed
fix(hono): drop now-unused IHttpServer import (CodeQL)
The anonymous-deny import edit touched the import line, surfacing a pre-existing unused `IHttpServer` import (referenced only in comments). Remove it to clear the CodeQL finding. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ShknNUYoSTspJLBiqorD8V
1 parent 462038e commit 4fe57b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/plugins/plugin-hono-server/src/hono-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.
22

33
import {
4-
Plugin, PluginContext, IHttpServer, IDataEngine,
4+
Plugin, PluginContext, IDataEngine,
55
shouldDenyAnonymous, ANONYMOUS_DENY_BODY, ANONYMOUS_DENY_STATUS,
66
} from '@objectstack/core';
77
import {

0 commit comments

Comments
 (0)