fix TbCreaterelationNode
This commit is contained in:
parent
e44d6f70dd
commit
cc518d09c6
@ -92,6 +92,7 @@ public class TbCreateRelationNode extends TbAbstractRelationActionNode<TbCreateR
|
||||
if (config.isRemoveCurrentRelations()) {
|
||||
return processDeleteRelations(ctx, processFindRelations(ctx, msg, sdId));
|
||||
}
|
||||
return Futures.immediateFuture(false);
|
||||
}
|
||||
return Futures.immediateFuture(true);
|
||||
}, ctx.getDbCallbackExecutor());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user