[backend/services] Move cron tasks to the Core/Tasks subfolder
This commit is contained in:
parent
11caf32ebb
commit
7c8dde9deb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ using Iceshrimp.Backend.Core.Services;
|
||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using Microsoft.Extensions.Options;
|
using Microsoft.Extensions.Options;
|
||||||
|
|
||||||
namespace Iceshrimp.Backend.Core.CronTasks;
|
namespace Iceshrimp.Backend.Core.Tasks;
|
||||||
|
|
||||||
[SuppressMessage("ReSharper", "UnusedType.Global", Justification = "Instantiated at runtime by CronService")]
|
[SuppressMessage("ReSharper", "UnusedType.Global", Justification = "Instantiated at runtime by CronService")]
|
||||||
public class MediaCleanupTask : ICronTask {
|
public class MediaCleanupTask : ICronTask {
|
Loading…
Add table
Reference in a new issue