lint compliance

This commit is contained in:
yflory
2019-12-18 11:37:17 +01:00
parent 400b39d46a
commit a5f88c505d
2 changed files with 1 additions and 3 deletions

View File

@@ -1508,7 +1508,7 @@ define([
}));
}));
}).nThen(function () {
joinTeam(ctx, inviteContent.teamData, cId, cb)
joinTeam(ctx, inviteContent.teamData, cId, cb);
});
};