mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
Use arrow function in CRON file
This commit is contained in:
parent
f8cebb98f4
commit
9eb3fafb13
@ -15,7 +15,7 @@ module.exports = {
|
||||
* Every monday at 1am.
|
||||
*/
|
||||
|
||||
// '0 1 * * 1': function () {
|
||||
// '0 1 * * 1': () => {
|
||||
//
|
||||
// }
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user