From 34549f7e90e959352f97c8d0550be6a16022a9a8 Mon Sep 17 00:00:00 2001 From: Ashish Deo Date: Mon, 30 Oct 2023 12:52:51 +0530 Subject: [PATCH] testing --- src/hooks/useFirestoreUpdates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useFirestoreUpdates.ts b/src/hooks/useFirestoreUpdates.ts index bc69c563..49417af4 100644 --- a/src/hooks/useFirestoreUpdates.ts +++ b/src/hooks/useFirestoreUpdates.ts @@ -211,7 +211,7 @@ const useFirestoreUpdates = () => { }; const subscribeToCollectionTemplate = () => { - const collectionPath = 'template/template_collections_v2'; + const collectionPath = 'template/external_template'; return subscribeToDoc(handleCollectionTemplateUpdate, collectionPath); };