From 4172f7bccce90424340b4f498854b1deaba3d48d Mon Sep 17 00:00:00 2001 From: Antoine Gaudreau Simard Date: Sat, 22 Mar 2025 13:01:24 -0400 Subject: [PATCH] fix: panel error with index local 'id' Fixes #395 --- lua/copilot/panel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/copilot/panel.lua b/lua/copilot/panel.lua index 4ed21b27..1f4f6cac 100644 --- a/lua/copilot/panel.lua +++ b/lua/copilot/panel.lua @@ -492,7 +492,7 @@ function panel:refresh() end ) - self.state.req_id = id.solutionCountTarget + self.state.req_id = id end function panel:init()