From 51fd04953efb76ae306b57abec087d4b5a89b3e4 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 23 Nov 2023 21:13:15 -0500 Subject: [PATCH] Nullify `DatabaseCollection` --- src/Tgstation.Server.Host/Database/DatabaseCollection.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Database/DatabaseCollection.cs b/src/Tgstation.Server.Host/Database/DatabaseCollection.cs index 831772335b..b2dafa719d 100644 --- a/src/Tgstation.Server.Host/Database/DatabaseCollection.cs +++ b/src/Tgstation.Server.Host/Database/DatabaseCollection.cs @@ -7,8 +7,6 @@ using System.Threading; using Microsoft.EntityFrameworkCore; -#nullable disable - namespace Tgstation.Server.Host.Database { ///