Skip to content

Commit fcf72dd

Browse files
author
Bashar Eid
committed
lint
1 parent c2a4c08 commit fcf72dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rpc/wrtc_call_queue_mongodb.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,6 @@ func (queue *mongoDBWebRTCCallQueue) RecvOffer(ctx context.Context, hosts []stri
12181218
}
12191219
// we assume the number of goroutines is bounded by the gRPC server invoking this method.
12201220
queue.activeStoppableWorkers.Add(func(ctx context.Context) {
1221-
12221221
// we need a dedicated timeout since even if the server is shutting down,
12231222
// we want to notify other servers immediately, instead of waiting for a timeout.
12241223
updateCtx, cancel := context.WithTimeout(context.Background(), time.Second*5)

0 commit comments

Comments
 (0)