Skip to content

Commit

Permalink
Load correct state object when parallels invoke for module
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Sep 1, 2019
1 parent c0d4556 commit 4348a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_group.js
Expand Up @@ -216,7 +216,7 @@ CSL.Node.group = {
}
if (state.opt.parallel.enable) {
if (!state.parallel) {
state.parallel = new CSL.Parallel(this);
state.parallel = new CSL.Parallel(state);
}
}
// Identify the best jurisdiction for the item and return true, otherwise return false
Expand Down

0 comments on commit 4348a26

Please sign in to comment.