From bfbbb103fd5b724acde46b0a9dcd1a2b6e96e646 Mon Sep 17 00:00:00 2001 From: Shoaibdev7 Date: Sat, 12 Oct 2024 18:20:38 +0500 Subject: [PATCH] fix(test): test --- src/components/App/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 482901655..a3199187c 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -165,7 +165,7 @@ export const App = () => { queueRef.current = { nodes: [], edges: [] } // Reset the queue addNewNode(batchedData) // Call the original addNewNode function with batched data - }, 3000) // Adjust delay as necessary + }, 3000) // Adjust delay as necessar }, [addNewNode, isFetching], )