Remove unnecessary AsQueryable()

This commit is contained in:
Patrick Barron 2023-11-22 09:34:14 -05:00
parent 547d8c07b3
commit 6b940e141e

View file

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