mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Remove unnecessary AsQueryable()
This commit is contained in:
parent
547d8c07b3
commit
6b940e141e
@ -68,7 +68,6 @@ namespace Jellyfin.Server.Implementations.Activity
|
|||||||
Date = entity.DateCreated,
|
Date = entity.DateCreated,
|
||||||
Severity = entity.LogSeverity
|
Severity = entity.LogSeverity
|
||||||
})
|
})
|
||||||
.AsQueryable()
|
|
||||||
.ToListAsync()
|
.ToListAsync()
|
||||||
.ConfigureAwait(false));
|
.ConfigureAwait(false));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user