Fix waitgroup

This commit is contained in:
Neil Alexander 2021-01-25 16:08:59 +00:00
parent 391ad96cab
commit 9a7b42c5ed
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -102,7 +102,6 @@ func (r *Inputer) InputRoomEvents(
tasks := make([]*inputTask, len(request.InputRoomEvents))
for i := range request.InputRoomEvents {
wg.Add(1)
tasks[i] = &inputTask{
ctx: context.Background(),
event: &request.InputRoomEvents[i],