@timardex/cluemart-shared 1.5.522 → 1.5.523

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.
@@ -3833,8 +3833,10 @@ var useGetSchool = (_id) => {
3833
3833
  error,
3834
3834
  loading,
3835
3835
  refetch,
3836
- school: data?.school || null,
3837
- users: data?.users || []
3836
+ school: {
3837
+ mySchool: data?.school || null,
3838
+ users: data?.users || []
3839
+ }
3838
3840
  };
3839
3841
  };
3840
3842
 
@@ -3973,4 +3975,4 @@ export {
3973
3975
  useGetSchools,
3974
3976
  useGetSchool
3975
3977
  };
3976
- //# sourceMappingURL=chunk-5Y3LQWZ5.mjs.map
3978
+ //# sourceMappingURL=chunk-EXP4MK3S.mjs.map