@timardex/cluemart-shared 1.5.523 → 1.5.524
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-EXP4MK3S.mjs → chunk-2ODCGKDX.mjs} +2 -5
- package/dist/{chunk-EXP4MK3S.mjs.map → chunk-2ODCGKDX.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -4
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -7
- package/dist/graphql/index.d.ts +3 -7
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{post-kS5CrR6f.d.ts → post-BFZegwh9.d.ts} +5 -1
- package/dist/{post-BPefBhwH.d.mts → post-DTDm8Tkx.d.mts} +5 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3833,10 +3833,7 @@ var useGetSchool = (_id) => {
|
|
|
3833
3833
|
error,
|
|
3834
3834
|
loading,
|
|
3835
3835
|
refetch,
|
|
3836
|
-
school:
|
|
3837
|
-
mySchool: data?.school || null,
|
|
3838
|
-
users: data?.users || []
|
|
3839
|
-
}
|
|
3836
|
+
school: data?.school || null
|
|
3840
3837
|
};
|
|
3841
3838
|
};
|
|
3842
3839
|
|
|
@@ -3975,4 +3972,4 @@ export {
|
|
|
3975
3972
|
useGetSchools,
|
|
3976
3973
|
useGetSchool
|
|
3977
3974
|
};
|
|
3978
|
-
//# sourceMappingURL=chunk-
|
|
3975
|
+
//# sourceMappingURL=chunk-2ODCGKDX.mjs.map
|