mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 15:40:56 +01:00
Remove useless suppression
This commit is contained in:
@@ -74,9 +74,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
CreatedBy = AuthenticationContext.User,
|
||||
Enabled = model.Enabled ?? false,
|
||||
InstanceManagerRights = model.InstanceManagerRights ?? InstanceManagerRights.None,
|
||||
#pragma warning disable CA1308 // Normalize strings to uppercase
|
||||
Name = model.Name,
|
||||
#pragma warning restore CA1308 // Normalize strings to uppercase
|
||||
SystemIdentifier = model.SystemIdentifier,
|
||||
InstanceUsers = new List<Models.InstanceUser>()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user