From a347f1827b8520a04959ef338aade34ac45011ad Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 15:07:30 +0000 Subject: Removed in memory storage - mysql works --- Main/Startup.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Main/Startup.cs') diff --git a/Main/Startup.cs b/Main/Startup.cs index b98b596..6e26943 100644 --- a/Main/Startup.cs +++ b/Main/Startup.cs @@ -11,7 +11,6 @@ using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata; using Hangfire; using Hangfire.MySql.Core; -using Hangfire.MemoryStorage; using Classes; using Database; -- cgit v1.2.3-13-gbd6f