Skip to content

Commit e69f7aa

Browse files
committed
fix: panel error with index local 'id'
Fixes #395
1 parent 49807c6 commit e69f7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/copilot/panel.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function panel:refresh()
492492
end
493493
)
494494

495-
self.state.req_id = id.solutionCountTarget
495+
self.state.req_id = id
496496
end
497497

498498
function panel:init()

0 commit comments

Comments
 (0)