mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
small review fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -26,7 +26,7 @@ export const HealthAlertTemplate = ({ siteUrl, names, type }: HealthAlertTemplat
|
||||
<Text className="text-black text-[14px] leading-[24px]">
|
||||
{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{" "}
|
||||
<BaseLink href="mailto:support@infisical.com">support@infisical.com</BaseLink>.
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user