Skip to content

Commit a5a62b7

Browse files
committed
chore: remove .values for accessing config
1 parent 01dc00c commit a5a62b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/quick_chat.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local function cancel_all_quick_chat_sessions()
6666
session_info.spinner:stop()
6767
end
6868

69-
if config.values.debug.quick_chat and not config.values.debug.quick_chat.keep_session then
69+
if config.debug.quick_chat and not config.debug.quick_chat.keep_session then
7070
state.api_client:delete_session(session_id):catch(function(err)
7171
vim.notify('Error deleting quickchat session: ' .. vim.inspect(err), vim.log.levels.WARN)
7272
end)

0 commit comments

Comments
 (0)