mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 04:08:54 +00:00
fix(subscription): reset lastReminderDate when creating a new subscription
This commit is contained in:
parent
34faf2fd50
commit
5268bbb8a9
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ async function createSubscription (data) {
|
|||
nextPaymentProcessing: data.nextPaymentProcessing,
|
||||
nextBillingDate: data.nextBillingDate,
|
||||
additionalData: data.additionalData,
|
||||
lastReminderDate: null,
|
||||
owner: data.user._id,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue