@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.
@@ -3991,8 +3991,10 @@ var useGetSchool = (_id) => {
3991
3991
  error,
3992
3992
  loading,
3993
3993
  refetch,
3994
- school: data?.school || null,
3995
- users: data?.users || []
3994
+ school: {
3995
+ mySchool: data?.school || null,
3996
+ users: data?.users || []
3997
+ }
3996
3998
  };
3997
3999
  };
3998
4000
  // Annotate the CommonJS export names for ESM import in node: