Skip to content

Commit

Permalink
hrm - 3 months we said
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Larsson committed Jul 18, 2022
1 parent 2e4eaae commit e5a2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async function archiveOlderThan(folder, toDate) {
async function autoArchive() {
let accounts = await browser.accounts.list(true);
let toDate = new Date();
toDate.setMonth(toDate.getMonth() - 4);
toDate.setMonth(toDate.getMonth() - 3);

for await (const account of accounts) {
if(account.type != "none"){
Expand Down

0 comments on commit e5a2631

Please sign in to comment.