Skip to content

Commit

Permalink
Fix Typo In Settings Check (#209)
Browse files Browse the repository at this point in the history
Fixes typo in settings check, this is a #PATCH release
  • Loading branch information
harrisoncramer authored Mar 3, 2024
1 parent 816338f commit e6cc34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitlab/indicators/signs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local severity_map = {
---@param diagnostics Diagnostic[]
---@param bufnr number
M.set_signs = function(diagnostics, bufnr)
if not state.settings.discussion_sign.enabled then
if not state.settings.discussion_signs.enabled then
return
end

Expand Down

0 comments on commit e6cc34c

Please sign in to comment.