removed unneccesary delay
This commit is contained in:
parent
6b6a943294
commit
8bc044eeba
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ namespace BirdsiteLive.Pipeline.Processors
|
||||||
User = user
|
User = user
|
||||||
};
|
};
|
||||||
usersWtData.Add(userWtData);
|
usersWtData.Add(userWtData);
|
||||||
await Task.Delay(5 * 1000);
|
|
||||||
}
|
}
|
||||||
return usersWtData.ToArray();
|
return usersWtData.ToArray();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue