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