# HG changeset patch # User Kim Alvefur # Date 1697993848 -7200 # Node ID 1c63b8c3cd9d68c406b03d6f4e7d0752c2df9ee9 # Parent 2a65fc6da156f536f6558600e8cd195808f41498 mod_cron: Fix missing restore method in Teal record definition diff -r 2a65fc6da156 -r 1c63b8c3cd9d teal-src/prosody/plugins/mod_cron.tl --- a/teal-src/prosody/plugins/mod_cron.tl Sun Oct 22 19:00:24 2023 +0200 +++ b/teal-src/prosody/plugins/mod_cron.tl Sun Oct 22 18:57:28 2023 +0200 @@ -21,6 +21,7 @@ last : integer run : function (task_spec, integer) save : function (task_spec, integer) + restore : function (task_spec, integer) end local record task_event