mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
chore: update sub-deps and fix lint
This commit is contained in:
@@ -245,7 +245,6 @@ api.cancelSubscription = async function cancelSubscription (options = {}) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
const subscriptionBlock = common.content.subscriptionBlocks[planId];
|
||||
const subscriptionLength = subscriptionBlock.months * 30;
|
||||
|
||||
@@ -346,7 +345,6 @@ api.subscribe = async function subscribe (options) {
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
api.chargeForAdditionalGroupMember = async function chargeForAdditionalGroupMember (group) {
|
||||
// @TODO: Can we get this from the content plan?
|
||||
const priceForNewMember = 3;
|
||||
|
||||
Reference in New Issue
Block a user