1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-05-16 04:07:21 +00:00
snapshot/src/utils/tasks/readFileMaybe.js
2023-12-05 10:18:21 +01:00

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")
};