Update DatabaseCacheService.cs

This commit is contained in:
MarcEricMartel 2022-10-25 09:11:04 -07:00
parent 9652403faf
commit c20af27bdb

View File

@ -64,7 +64,7 @@ namespace GrossesMitainesAPI.Services {
if (!_ok) return null;
try {
return _cache.AsQueryable();
return _cache.AsQueryable();
} catch (Exception e) {
_logger.LogError(e, "Erreur de cache.");
return null;