@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.
- package/dist/{chunk-5Y3LQWZ5.mjs → chunk-EXP4MK3S.mjs} +5 -3
- package/dist/{chunk-5Y3LQWZ5.mjs.map → chunk-EXP4MK3S.mjs.map} +1 -1
- package/dist/graphql/index.cjs +4 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +4 -2
- package/dist/graphql/index.d.ts +4 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3833,8 +3833,10 @@ var useGetSchool = (_id) => {
|
|
|
3833
3833
|
error,
|
|
3834
3834
|
loading,
|
|
3835
3835
|
refetch,
|
|
3836
|
-
school:
|
|
3837
|
-
|
|
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-
|
|
3978
|
+
//# sourceMappingURL=chunk-EXP4MK3S.mjs.map
|