Skip to content

Commit

Permalink
fix(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shoaibdev7 committed Oct 12, 2024
1 parent 458376b commit bfbbb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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],
)
Expand Down

0 comments on commit bfbbb10

Please sign in to comment.