mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-02 02:53:01 +08:00
[snooze] s/expirationDate/expiration/g.
This commit is contained in:
parent
91f55cebf5
commit
6121482539
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class SnoozeStore {
|
|||
const header = message.messageIdHeader;
|
||||
const stableId = message.id;
|
||||
Actions.setMetadata(message, this.pluginId,
|
||||
{expirationDate: snoozeDate, header, stableId, snoozeCategoryId, returnCategoryId})
|
||||
{expiration: snoozeDate, header, stableId, snoozeCategoryId, returnCategoryId})
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue