mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Minor code cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user