From 5d4e3a54bdcf267ad4d5f17c6668691a2701674e Mon Sep 17 00:00:00 2001 From: Valentin Stoev Date: Mon, 17 Feb 2020 12:31:35 +0200 Subject: [PATCH] Update JobsController.cs --- AJS.Web/Areas/Api/JobsController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AJS.Web/Areas/Api/JobsController.cs b/AJS.Web/Areas/Api/JobsController.cs index eabd591..6ab9921 100644 --- a/AJS.Web/Areas/Api/JobsController.cs +++ b/AJS.Web/Areas/Api/JobsController.cs @@ -31,7 +31,6 @@ public async Task Get() public async Task GetById() { return new JsonResult(""); - } [HttpGet] @@ -55,4 +54,4 @@ public async Task GetByLastDateSync() return new JsonResult(""); } } -} \ No newline at end of file +}