1
2
3
4
5
6
7
8
9
10
import { msDay } from "https://esm.town/v/stevekrouse/msDay";
import { msAgo } from "https://esm.town/v/rodrigotello/msAgo?v=2";
import process from "node:process";
import { notionGetDatabaseEditedAfter } from "https://esm.town/v/stevekrouse/notionGetDatabaseEditedAfter";
export const untitled_TeCzFPJC = notionGetDatabaseEditedAfter({
auth: process.env.notion,
databaseId: "725cb1d741674413b933a37a50f1961f",
date: msAgo(2 * msDay),
});