@timardex/cluemart-shared 1.0.55 → 1.0.56

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
@@ -2537,6 +2537,9 @@ var useCreateRelation = () => {
2537
2537
  {
2538
2538
  query: GET_RELATION_BY_MARKET_AND_STALLHOLDER,
2539
2539
  variables: { marketId, stallholderId }
2540
+ },
2541
+ {
2542
+ query: USER_CHATS
2540
2543
  }
2541
2544
  ];
2542
2545
  }