Fix typo in comment and remove useless ones

This commit is contained in:
Fernando Fernández 2021-09-07 17:53:35 +02:00
parent 154b7d8505
commit e5980f8686
No known key found for this signature in database
GPG key ID: 44495B839CCFF8CF
9 changed files with 1 additions and 23 deletions

View file

@ -12,8 +12,6 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration
/// <inheritdoc/>
public void Configure(EntityTypeBuilder<ApiKey> builder)
{
// Indexes
builder
.HasIndex(entity => entity.AccessToken)
.IsUnique();