Felipe César L. Machado
Results
1
issues of
Felipe César L. Machado
``` let test = cron.schedule('*/1 * * * * *', () => { console.log('Message node-cron') }) test.destroy() ``` ``` TypeError: test.destroy is not a function ``` In the documentation it's...