diff options
| author | Fernando Fernández <ferferga@hotmail.com> | 2021-09-07 17:53:35 +0200 |
|---|---|---|
| committer | Fernando Fernández <ferferga@hotmail.com> | 2021-09-07 19:25:04 +0200 |
| commit | e5980f868643e4e92448bbfb31a0fedae3929691 (patch) | |
| tree | 8194bf84c0967fd842959c79eecbf8e2c6566c61 /Jellyfin.Server.Implementations/ModelConfiguration/ApiKeyConfiguration.cs | |
| parent | 154b7d8505e27dca9b5f68b2cf69d8c7dd44dcc3 (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.cs | 2 |
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(); |
