mirror of
https://github.com/datashard/snapshot.git
synced 2025-05-16 04:07:21 +00:00
3 lines
141 B
JavaScript
3 lines
141 B
JavaScript
module.exports = () => {
|
|
return console.log("This file is not needed anymore, you can take the .tasks() function out of your Configs")
|
|
};
|