@timardex/cluemart-shared 1.0.56 → 1.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2602,6 +2602,9 @@ var useDeleteRelation = () => {
2602
2602
  {
2603
2603
  query: GET_RELATION_BY_MARKET_AND_STALLHOLDER,
2604
2604
  variables: { marketId, stallholderId }
2605
+ },
2606
+ {
2607
+ query: USER_CHATS
2605
2608
  }
2606
2609
  ];
2607
2610
  }