logs
This commit is contained in:
parent
4a318674b8
commit
cd101d2f11
@ -125,7 +125,9 @@ export default class UserController extends ApiController {
|
||||
const manageSubscriptionRules = RulesGroup.hydrateArray<RulesGroup>(manageSubscriptionRulesEntity, { strategy: "excludeAll" });
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user