Openstatus www.openstatus.dev

chore: bring back local replication (#1668)

authored by

Thibault Le Ouay and committed by
GitHub
d7475c56 032587b9

+2 -2
+2 -2
apps/workflows/src/cron/checker.ts
··· 2 2 import type { google } from "@google-cloud/tasks/build/protos/protos"; 3 3 import { z } from "zod"; 4 4 5 - import { and, db, eq, gte, lte, notInArray } from "@openstatus/db"; 5 + import { and, eq, gte, lte, notInArray } from "@openstatus/db"; 6 6 import { 7 7 type MonitorStatus, 8 8 maintenance, ··· 14 14 } from "@openstatus/db/src/schema"; 15 15 import type { Region } from "@openstatus/db/src/schema/constants"; 16 16 import { regionDict } from "@openstatus/regions"; 17 - // import { db } from "../lib/db"; 17 + import { db } from "../lib/db"; 18 18 19 19 import { getSentry } from "@hono/sentry"; 20 20 import { getLogger } from "@logtape/logtape";