1
2
3
4
5
6
7
import { sailingNotify } from "https://esm.town/v/chet/sailingNotify";
import { email } from "https://esm.town/v/std/email";
import process from "node:process";
export async function sailingNotifyCron({ lastRunAt }) {
const result = await sailingNotify("Fair Oaks, CA", 10);
}