feat: sweep up lemon squeezy webhooks.

This commit is contained in:
Ahmed Bouhuolia
2024-04-14 12:58:53 +02:00
parent e486333c96
commit 9321db2a3a
3 changed files with 8 additions and 9 deletions

View File

@@ -31,5 +31,4 @@ export default ({ agenda }: { agenda: Agenda }) => {
agenda.start().then(() => {
agenda.every('1 hours', 'delete-expired-imported-files', {});
});
agenda.start();
};