🧲 Added a job for deleted torrents clean-up

This commit is contained in:
2024-03-24 17:31:31 -04:00
parent 8f0c2f4302
commit aea7a24f76
3 changed files with 83 additions and 14 deletions

View File

@@ -38,7 +38,6 @@ export default class SettingsService extends Service {
// Find the settings with the dynamic projection
const settings = await Settings.find({}, projection);
// Check if settings are empty
if (settings.length === 0) {
return {};
}