···3737 trpc.statusPage.getUptime.queryOptions({
3838 slug: domain,
3939 monitorIds: page?.monitors?.map((monitor) => monitor.id.toString()) || [],
4040- // NOTE: this will be moved to db config
4040+ // NOTE: we could move that to the server as we query the page entry anyways
4141 cardType,
4242 barType,
4343 }),