mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-13 05:36:36 +00:00
Fix typo in comment and remove useless ones
This commit is contained in:
@@ -12,8 +12,6 @@ namespace Jellyfin.Server.Implementations.ModelConfiguration
|
||||
/// <inheritdoc/>
|
||||
public void Configure(EntityTypeBuilder<ApiKey> builder)
|
||||
{
|
||||
// Indexes
|
||||
|
||||
builder
|
||||
.HasIndex(entity => entity.AccessToken)
|
||||
.IsUnique();
|
||||
|
||||
Reference in New Issue
Block a user