react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
Showing only changes of commit c20af27bdb - Show all commits

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;