上传bug

This commit is contained in:
2022-06-28 10:14:46 +08:00
parent 822a609682
commit 32187c727f
3 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ namespace IRaCIS.Core.API
{
var _mediator = host.Services.GetService(typeof(IMediator)) as IMediator;
//await _mediator.Send(new AnonymizeCacheRequest());
await _mediator.Send(new AnonymizeCacheRequest());
await _mediator.Send(new TrialStateCacheRequest());
}