fix: type corrections

This commit is contained in:
Linden
2023-05-18 15:29:31 +10:00
parent 72d0671bad
commit 16875ca7e3
2 changed files with 2 additions and 3 deletions

View File

@@ -11,11 +11,10 @@ currentDate.sec = 0
---@field job fun(task: OxTask, date: osdate)
---@field isActive boolean
---@field id number
---@field getNextTime function
---@field debug? boolean
---@class OxTask : OxTaskProperties
---@field private scheduleTask fun(self: OxTask)
---@field private scheduleTask fun(self: OxTask): boolean?
local OxTask = {}
OxTask.__index = OxTask