(type: StationType, id: string)
| 5 | import { KAI_HEADERS } from "./headers" |
| 6 | |
| 7 | const createStationKey = (type: StationType, id: string) => |
| 8 | `st_${type}_${id}`.toLocaleLowerCase() |
| 9 | |
| 10 | const sync = async () => { |
| 11 | if (!process.env.DATABASE_URL) throw new Error("DATABASE_URL env is missing") |