Skip to content

Commit c73d229

Browse files
Fix: Fixes Misspelling In Diagnostics Settings Check (#210)
This is a #PATCH fix release
1 parent 2943fae commit c73d229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/gitlab/indicators/signs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ local severity_map = {
2424
---@param diagnostics Diagnostic[]
2525
---@param bufnr number
2626
M.set_signs = function(diagnostics, bufnr)
27-
if not state.settings.discussion_sign.enabled then
27+
if not state.settings.discussion_signs.enabled then
2828
return
2929
end
3030

0 commit comments

Comments
 (0)