@timardex/cluemart-shared 1.4.91 → 1.4.92
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-PIL22ZS4.mjs → chunk-MF2GOTDS.mjs} +6 -2
- package/dist/chunk-MF2GOTDS.mjs.map +1 -0
- package/dist/graphql/index.cjs +5 -1
- package/dist/graphql/index.cjs.map +1 -1
- 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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-PIL22ZS4.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -3362,7 +3362,11 @@ var useRemoveParticipantFromChat = () => {
|
|
|
3362
3362
|
const region = mutationResult?.data?.removeParticipantFromChat?.region;
|
|
3363
3363
|
return [
|
|
3364
3364
|
{ query: USER_CHATS },
|
|
3365
|
-
{
|
|
3365
|
+
{
|
|
3366
|
+
query: GET_CHATS_BY_REGION,
|
|
3367
|
+
skip: !region || region === "",
|
|
3368
|
+
variables: { region }
|
|
3369
|
+
}
|
|
3366
3370
|
];
|
|
3367
3371
|
}
|
|
3368
3372
|
});
|