Skip to content

Commit ee68632

Browse files
Copilothotlong
andcommitted
Fix CodeQL warning: remove unused loop variable apiId
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 1c68457 commit ee68632

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
@@ -563,7 +563,7 @@ export class HonoServerPlugin implements Plugin {
563563
);
564564

565565
// Bind routes
566-
for (const { api: apiId, endpoint } of allEndpoints) {
566+
for (const { endpoint } of allEndpoints) {
567567
this.bindEndpoint(endpoint, protocol, ctx);
568568
}
569569

0 commit comments

Comments
 (0)