mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix luacheck: remove unused local
This commit is contained in:
@@ -259,7 +259,6 @@ local function calculate_dates(date)
|
|||||||
local dinfo = os.date("*t", time) -- this normalizes the input to a full date table
|
local dinfo = os.date("*t", time) -- this normalizes the input to a full date table
|
||||||
local oneday = 24 * 60 * 60 -- hours * days * seconds
|
local oneday = 24 * 60 * 60 -- hours * days * seconds
|
||||||
local oneweek = 7 * oneday
|
local oneweek = 7 * oneday
|
||||||
local oneyear = 365 * oneday
|
|
||||||
local df = dateformats
|
local df = dateformats
|
||||||
|
|
||||||
local dates = {}
|
local dates = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user