[backend/services] Move cron tasks to the Core/Tasks subfolder

This commit is contained in:
Laura Hausmann 2024-02-16 01:22:33 +01:00
parent 11caf32ebb
commit 7c8dde9deb
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -6,7 +6,7 @@ using Iceshrimp.Backend.Core.Services;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Options;
namespace Iceshrimp.Backend.Core.CronTasks;
namespace Iceshrimp.Backend.Core.Tasks;
[SuppressMessage("ReSharper", "UnusedType.Global", Justification = "Instantiated at runtime by CronService")]
public class MediaCleanupTask : ICronTask {