We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a5096 commit a5e5087Copy full SHA for a5e5087
hasheous/Controllers/V1.0/BackgroundTasksController.cs
@@ -1,7 +1,7 @@
1
-using Microsoft.AspNetCore.Mvc;
2
using Classes;
3
-using Microsoft.AspNetCore.Authorization;
4
using Classes.ProcessQueue;
+using Microsoft.AspNetCore.Authorization;
+using Microsoft.AspNetCore.Mvc;
5
6
namespace hasheous_server.Controllers.v1_0
7
{
@@ -85,7 +85,7 @@ public IActionResult FlushCache()
85
86
if (Config.RedisConfiguration.Enabled == true)
87
88
- hasheous.Classes.RedisConnection.PurgeCache();
+ _ = hasheous.Classes.RedisConnection.PurgeCache();
89
}
90
91
return Ok();
0 commit comments