Remove unnecessary AsQueryable()
This commit is contained in:
parent
547d8c07b3
commit
6b940e141e
|
@ -68,7 +68,6 @@ namespace Jellyfin.Server.Implementations.Activity
|
|||
Date = entity.DateCreated,
|
||||
Severity = entity.LogSeverity
|
||||
})
|
||||
.AsQueryable()
|
||||
.ToListAsync()
|
||||
.ConfigureAwait(false));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user