From 90c99507f8d223785d61b976f5a95f1972c088f9 Mon Sep 17 00:00:00 2001 From: TidusJar Date: Wed, 6 Sep 2017 15:14:06 +0100 Subject: [PATCH] fixed build --- src/Ombi/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/Startup.cs b/src/Ombi/Startup.cs index 823fffafe..0c87a7ae6 100644 --- a/src/Ombi/Startup.cs +++ b/src/Ombi/Startup.cs @@ -200,7 +200,7 @@ namespace Ombi app.UseHangfireDashboard("/hangfire", new DashboardOptions { Authorization = new [] { new HangfireAuthorizationFilter() } - });); + }); app.UseSwaggerUI(c => {