logs
This commit is contained in:
parent
4a318674b8
commit
cd101d2f11
@ -126,6 +126,8 @@ export default class UserController extends ApiController {
|
|||||||
if(!manageSubscriptionRules[0]) return;
|
if(!manageSubscriptionRules[0]) return;
|
||||||
|
|
||||||
payload.rules = manageSubscriptionRules[0].rules!.map((rule) => rule.name) || [];
|
payload.rules = manageSubscriptionRules[0].rules!.map((rule) => rule.name) || [];
|
||||||
|
console.log(payload);
|
||||||
|
|
||||||
isSubscribed = true;
|
isSubscribed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user