Skip to content

Commit 2f0731b

Browse files
pablomendezroyoPablo Mendez
authored andcommitted
fix condition
1 parent 96a75f3 commit 2f0731b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package_variants/mainnet/mainnet-notifications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endpoints:
1010
Content-Type: "application/json"
1111
interval: "30s"
1212
conditions:
13-
- "([STATUS] == 200 && [BODY].result == false)"
13+
- "[BODY].result == false"
1414
definition:
1515
title: "Mainnet ETH Node Synced Check"
1616
description: "Check if the Mainnet ETH Node is synced. You will receive a notification if the node is syncing and another one when it is synced."

0 commit comments

Comments
 (0)