Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.11' into 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarzullo64 committed Aug 14, 2020
2 parents 5d76717 + db205fb commit c6c0f0c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -500,7 +500,7 @@ protected long routeDataForChannel(ProcessInfo processInfo, final NodeChannel no
if (overrideBatchesByNodes != null) {
context.getBatchesByNodes().putAll(overrideBatchesByNodes);
}
if (overrideBatchesByNodes != null) {
if (overrideBatchesByGroups != null) {
context.getBatchesByGroups().putAll(overrideBatchesByGroups);
}

Expand Down

0 comments on commit c6c0f0c

Please sign in to comment.