@timardex/cluemart-shared 1.1.77 → 1.1.78

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
@@ -3443,7 +3443,7 @@ var useGetRelation = (_id) => {
3443
3443
  const { loading, error, data, refetch } = useQuery4(GET_RELATION, {
3444
3444
  fetchPolicy: "network-only",
3445
3445
  skip: !_id,
3446
- variables: { id: _id }
3446
+ variables: { _id }
3447
3447
  });
3448
3448
  const relation = data?.relation;
3449
3449
  return { error, loading, refetch, relation };