This commit is contained in:
2022-12-27 01:27:20 +00:00
parent bf6554e568
commit f22460daa5
2 changed files with 43 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ namespace Sockeye.Api.Controllers
return StatusCode(503, new ApiErrorResponse(serverState.ApiErrorCode, null, serverState.Reason));
GlobalBizSettingsBiz biz = GlobalBizSettingsBiz.GetBiz(ct, HttpContext);
await biz.ImportRockfish();
await biz.ImportRockfish(ct, log);
return NoContent();
}