cleaning
This commit is contained in:
parent
845c34e017
commit
c6c4652815
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ namespace Yavsc.Controllers
|
||||||
var cxsQuery = dbContext.ChatConnection?.Include(c=>c.Owner)
|
var cxsQuery = dbContext.ChatConnection?.Include(c=>c.Owner)
|
||||||
.Where(cx => cx.Connected).GroupBy( c => c.ApplicationUserId );
|
.Where(cx => cx.Connected).GroupBy( c => c.ApplicationUserId );
|
||||||
|
|
||||||
// List<ChatUserInfo> result = new List<ChatUserInfo>();
|
|
||||||
if (cxsQuery!=null)
|
if (cxsQuery!=null)
|
||||||
foreach (var g in cxsQuery) {
|
foreach (var g in cxsQuery) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue