You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shared/api/utils/shared_ops_util.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1639,7 +1639,7 @@ export default class SharedOpsUtil extends SharedUtil
1639
1639
elseif(this.isTeamOp(outerName))
1640
1640
{
1641
1641
convertText=" to an op of the same team.";
1642
-
if(this.isTeamOp(innerName)&&this.getNamespace(innerName)!==this.getNamespace(outerName))return"Team ops cannot contain ops of other teams."+opText+convertText;
1642
+
// if (this.isTeamOp(innerName) && this.getNamespace(innerName) !== this.getNamespace(outerName)) return "Team ops cannot contain ops of other teams." + opText + convertText;
1643
1643
if(this.isUserOp(innerName))return"Team ops cannot contain user ops."+opText+convertText;
0 commit comments