export const name = "DRC"; export async function checkStatus() { return { name, status: "outage", message: "INSIGHT portal is currently unavailable. DRC is aware of the issue.", lastUpdated: new Date().toISOString(), }; }