From 12aaf8c2090628a9c183a47984dc9b169c61e1cc Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Sun, 27 Oct 2024 09:53:39 -0600 Subject: [PATCH] spacing issue --- Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 05c5a4e7..1be13132 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -284,7 +284,7 @@ public IActionResult ExportTranslation(Dictionary translationDat var result = _translationHelper.ExportTranslation(translationData); return Json(result); } - [Authorize(Roles =nameof(UserData.IsRootUser))] + [Authorize(Roles = nameof(UserData.IsRootUser))] [HttpGet] public async Task GetAvailableTranslations() {