Skip to content

Commit

Permalink
fix(journal): value assigned to variable current_quarter is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 authored and vhyrro committed Nov 19, 2023
1 parent 095fad9 commit 0e88151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/neorg/modules/core/journal/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module.examples = {
if not current_year or current_year < entry[1] then
current_year = entry[1]
current_month = nil
current_quarter = nil
table.insert(output, "* " .. current_year)
end

Expand Down

0 comments on commit 0e88151

Please sign in to comment.