From 0e8815116b08bfbceb2b36a8c82d81005e2596e0 Mon Sep 17 00:00:00 2001 From: pysan3 Date: Sun, 19 Nov 2023 18:16:00 +0900 Subject: [PATCH] fix(journal): value assigned to variable current_quarter is unused --- lua/neorg/modules/core/journal/module.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/neorg/modules/core/journal/module.lua b/lua/neorg/modules/core/journal/module.lua index 377580187..17a78bbfd 100644 --- a/lua/neorg/modules/core/journal/module.lua +++ b/lua/neorg/modules/core/journal/module.lua @@ -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