1
2
3
4
export function cronTest() {
console.log("hello world");
return "hello world";
}