Skip to content

Commit

Permalink
Merge pull request #4274 from cisagov/bug/export
Browse files Browse the repository at this point in the history
Return Ok() on action method
  • Loading branch information
randywoods authored Dec 3, 2024
2 parents a693301 + c20290a commit a657b0e
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 a657b0e

Please sign in to comment.