From e413af46ceca1e89a73ac4718d15b9c4845b5358 Mon Sep 17 00:00:00 2001 From: RomanDavydchuk Date: Fri, 20 Jun 2025 15:14:23 +0300 Subject: [PATCH] fix(Notion Node): Typo in the condition type (#16525) --- packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts b/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts index b7404b0400..11a339379d 100644 --- a/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts @@ -763,7 +763,7 @@ export function getConditions() { number: [ 'equals', 'does_not_equal', - 'grater_than', + 'greater_than', 'less_than', 'greater_than_or_equal_to', 'less_than_or_equal_to',