@timardex/cluemart-shared 1.5.524 → 1.5.526

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.
@@ -3642,8 +3642,8 @@ var useGetGames = () => {
3642
3642
  var useGetGame = (_id) => {
3643
3643
  const { loading, error, data, refetch } = useQuery13(GET_GAME, {
3644
3644
  fetchPolicy: "network-only",
3645
- skip: !_id || _id === "",
3646
- variables: { _id }
3645
+ skip: !_id,
3646
+ variables: _id ? { _id } : void 0
3647
3647
  });
3648
3648
  const game = data?.game || null;
3649
3649
  return { error, game, loading, refetch };
@@ -3696,6 +3696,7 @@ var SCHOOL = gql35`
3696
3696
  ...OwnerFields
3697
3697
  }
3698
3698
  overallPoints
3699
+ ranking
3699
3700
  region
3700
3701
  studentCount
3701
3702
  schoolCode
@@ -3972,4 +3973,4 @@ export {
3972
3973
  useGetSchools,
3973
3974
  useGetSchool
3974
3975
  };
3975
- //# sourceMappingURL=chunk-2ODCGKDX.mjs.map
3976
+ //# sourceMappingURL=chunk-4TFXXGPQ.mjs.map