aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-09-07 17:53:35 +0200
committerFernando Fernández <ferferga@hotmail.com>2021-09-07 19:25:04 +0200
commite5980f868643e4e92448bbfb31a0fedae3929691 (patch)
tree8194bf84c0967fd842959c79eecbf8e2c6566c61 /Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs
parent154b7d8505e27dca9b5f68b2cf69d8c7dd44dcc3 (diff)
Fix typo in comment and remove useless ones
Diffstat (limited to 'Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs')
-rw-r--r--Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs2
1 files changed, 0 insertions, 2 deletions
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
/// <inheritdoc/>
public void Configure(EntityTypeBuilder<ApiKey> builder)
{
- // Indexes
-
builder
.HasIndex(entity => entity.AccessToken)
.IsUnique();