Fix release build

This commit is contained in:
Jordan Brown
2018-09-08 14:54:40 -04:00
parent 4739a03e0a
commit d74a5ea80b
@@ -38,6 +38,7 @@ namespace Tgstation.Server.Host.Components
/// </summary>
/// <param name="databaseContextFactory">The value of <see cref="databaseContextFactory"/></param>
/// <param name="dmbFactory">The value of <see cref="dmbFactory"/></param>
/// <param name="logger">The value of <see cref="logger"/></param>
/// <param name="metadata">The value of <see cref="metadata"/></param>
public ReattachInfoHandler(IDatabaseContextFactory databaseContextFactory, IDmbFactory dmbFactory, ILogger<ReattachInfoHandler> logger, Api.Models.Instance metadata)
{