From e5980f868643e4e92448bbfb31a0fedae3929691 Mon Sep 17 00:00:00 2001 From: Fernando Fernández Date: Tue, 7 Sep 2021 17:53:35 +0200 Subject: Fix typo in comment and remove useless ones --- .../ModelConfiguration/ApiKeyConfiguration.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs') diff --git a/Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs b/Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs index 9067d3833..3f19b6986 100644 --- a/Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs +++ b/Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs @@ -12,8 +12,6 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration /// public void Configure(EntityTypeBuilder builder) { - // Indexes - builder .HasIndex(entity => entity.AccessToken) .IsUnique(); -- cgit v1.2.3