diff --git a/backend/src/ee/services/gateway-v2/gateway-v2-dal.ts b/backend/src/ee/services/gateway-v2/gateway-v2-dal.ts index 36dd45b17..1896192cd 100644 --- a/backend/src/ee/services/gateway-v2/gateway-v2-dal.ts +++ b/backend/src/ee/services/gateway-v2/gateway-v2-dal.ts @@ -26,7 +26,6 @@ export const gatewayV2DalFactory = (db: TDbClient) => { if (isHeartbeatStale) { const oneHourAgo = new Date(Date.now() - 60 * 60 * 1000); - void query.whereNotNull(`${TableName.GatewayV2}.heartbeat`); void query.where(`${TableName.GatewayV2}.heartbeat`, "<", oneHourAgo); void query.where((v) => { void v diff --git a/backend/src/services/smtp/emails/HealthAlertTemplate.tsx b/backend/src/services/smtp/emails/HealthAlertTemplate.tsx index cc90ae3cb..46b919f11 100644 --- a/backend/src/services/smtp/emails/HealthAlertTemplate.tsx +++ b/backend/src/services/smtp/emails/HealthAlertTemplate.tsx @@ -26,7 +26,7 @@ export const HealthAlertTemplate = ({ siteUrl, names, type }: HealthAlertTemplat {type === "instance-relay" && ( <> - If your issue persists, you can contact the Infisical team at{" "} + If the issue persists, you can contact the Infisical team at{" "} support@infisical.com. )}