Remove unnecessary AsQueryable()

This commit is contained in:
Patrick Barron 2023-11-22 09:34:14 -05:00
parent 547d8c07b3
commit 6b940e141e
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ namespace Jellyfin.Server.Implementations.Activity
Date = entity.DateCreated,
Severity = entity.LogSeverity
})
.AsQueryable()
.ToListAsync()
.ConfigureAwait(false));
}