Skip to content

Commit

Permalink
refactorings, comment, icon change
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas-Nan <166795065+Lucas-Nan@users.noreply.github.com>
  • Loading branch information
Lucas-Nan committed Jul 14, 2024
1 parent d49a047 commit 24c853e
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ public IActionResult LoadLocationData([FromBody, Required] LocationDataRequest r
{
LocationDataResponse data;
if (onlySinglePoint)
data = LoadLocationHelper.loadLocationDataForSinglePoint(request);
data = LoadLocationHelper.LoadLocationDataForSinglePoint(request);
else
data = LoadLocationHelper.loadLocationDataforPolygons(request);
data = LoadLocationHelper.LoadLocationDataforPolygons(request);
return Ok(data);
} catch (Exception ex)
{
Expand Down
Loading

0 comments on commit 24c853e

Please sign in to comment.