Minor code cleanup

This commit is contained in:
Jordan Brown
2020-06-13 21:19:27 -04:00
parent 451be65093
commit 17b9aa5131
@@ -211,7 +211,7 @@ namespace Tgstation.Server.Host.Core
// HACK HACK HACK HACK HACK
const string ConfigureMethodName = nameof(SqlServerDatabaseContext.ConfigureWith);
var configureFunction = typeof(TContext).GetMethod(
nameof(SqlServerDatabaseContext.ConfigureWith),
ConfigureMethodName,
BindingFlags.Public | BindingFlags.Static);
if (configureFunction == null)