MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / future

Function future

packages/db/scripts/set-subscription-state.ts:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16const DAY = 1000 * 60 * 60 * 24;
17const future = () => new Date(Date.now() + 30 * DAY);
18const past = () => new Date(Date.now() - DAY);
19const monthAgo = () => new Date(Date.now() - 30 * DAY);
20

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected