Skip to content

Commit

Permalink
Return Ok() on action method
Browse files Browse the repository at this point in the history
  • Loading branch information
LaddieZeigler committed Dec 3, 2024
1 parent 4113998 commit c20290a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public IActionResult ExportAssessment([FromQuery] string token, [FromQuery] stri
NLog.LogManager.GetCurrentClassLogger().Error($"... {exc}");
}

return null;
return Ok();
}

/// <summary>
Expand Down

0 comments on commit c20290a

Please sign in to comment.