Skip to content

Commit 9e668f4

Browse files
authored
Remove ReCacheAvatarsJob as it functions was already performed (#2828)
1 parent ca3c14a commit 9e668f4

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

src/JoinRpg.Portal/Infrastructure/DailyJobs/DailyJobRegistration.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ public static void AddJoinDailyJob(this IServiceCollection services, IConfigurat
1919
.AddDailyJob<ProjectWarnCloseJob>()
2020
.AddDailyJob<ProjectPerformCloseJob>();
2121
services.AddDailyJob<PerformRecurrentPaymentMidnightJob>();
22-
23-
services.AddDailyJob<ReCacheAvatarsJob>();
2422
}
2523

2624
public static IServiceCollection AddDailyJob<TJob>(this IServiceCollection services) where TJob : class, IDailyJob

src/JoinRpg.Portal/Infrastructure/DailyJobs/ReCacheAvatarsJob.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)