From 0cf2a3c99141f878168271e53999cdacac95f3c4 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Mar 2021 13:03:10 +0300 Subject: Fixed warnings for commented code and async cloudinary method --- src/Services/DevHive.Services/Services/CloudinaryService.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Services/DevHive.Services') diff --git a/src/Services/DevHive.Services/Services/CloudinaryService.cs b/src/Services/DevHive.Services/Services/CloudinaryService.cs index 6e2e975..05600cc 100644 --- a/src/Services/DevHive.Services/Services/CloudinaryService.cs +++ b/src/Services/DevHive.Services/Services/CloudinaryService.cs @@ -52,6 +52,9 @@ namespace DevHive.Services.Services public async Task RemoveFilesFromCloud(List fileUrls) { + // Workaround, this method isn't fully implemented yet + await Task.Run(null); + return true; } } -- cgit v1.2.3