Dirty way of flushing Trello cache before updating

This commit is contained in:
Jonathan Barrow 2021-10-18 22:31:42 -04:00
parent 60d70d1c8e
commit 316c98b530

View File

@ -64,6 +64,7 @@ async function updateTrelloCache() {
}
}
await trelloCache.clearAll();
await trelloCache.set('latest', progressData);
return progressData;
}