pull/1/head
yflory 2020-08-31 10:52:08 +02:00
parent 9d0f33bad1
commit 63a7609a55
1 changed files with 1 additions and 1 deletions

View File

@ -1712,7 +1712,7 @@ define([
// When receiving a negative answer to a team invitation, remove
// the pending user from the roster.
if (pendingOnly && !isPending(teamId, curve) { return; }
if (pendingOnly && !isPending(teamId, curve)) { return; }
if (ctx.onReadyHandlers[teamId]) {
ctx.onReadyHandlers[teamId].push({cb : function () {