mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
vars and target-typed new
This commit is contained in:
@@ -83,7 +83,7 @@ public partial class Searches
|
||||
return;
|
||||
}
|
||||
|
||||
List<FollowedStream> streams = new List<FollowedStream>();
|
||||
var streams = new List<FollowedStream>();
|
||||
using (var uow = _db.GetDbContext())
|
||||
{
|
||||
var all = uow
|
||||
|
Reference in New Issue
Block a user