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