Skip to content
Snippets Groups Projects

Chore: 2.8.9

Merged Benedikt Heinrichs requested to merge master into dev
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -280,8 +280,9 @@ namespace Coscine.Api.Tree.Controllers
return Json(jObject);
}
catch (Exception)
catch (Exception e)
{
_coscineLogger.Log(LogType.Critical, e);
return BadRequest("Error in communication with the resource");
}
}
Loading