From 76bf26057e3bf6fe5620114bc438512bba9e9afe Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 22 Oct 2023 18:57:28 +0200 Subject: mod_cron: Fix missing restore method in Teal record definition --- teal-src/prosody/plugins/mod_cron.tl | 1 + 1 file changed, 1 insertion(+) diff --git a/teal-src/prosody/plugins/mod_cron.tl b/teal-src/prosody/plugins/mod_cron.tl index 5c052f2f..6c69ef7d 100644 --- a/teal-src/prosody/plugins/mod_cron.tl +++ b/teal-src/prosody/plugins/mod_cron.tl @@ -21,6 +21,7 @@ local record task_spec last : integer run : function (task_spec, integer) save : function (task_spec, integer) + restore : function (task_spec, integer) end local record task_event -- cgit v1.2.3