Skip to content

Commit

Permalink
spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hargata committed Oct 27, 2024
1 parent cafbb15 commit 12aaf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public IActionResult ExportTranslation(Dictionary<string, string> translationDat
var result = _translationHelper.ExportTranslation(translationData);
return Json(result);
}
[Authorize(Roles =nameof(UserData.IsRootUser))]
[Authorize(Roles = nameof(UserData.IsRootUser))]
[HttpGet]
public async Task<IActionResult> GetAvailableTranslations()
{
Expand Down

0 comments on commit 12aaf8c

Please sign in to comment.