Skip to content

Commit

Permalink
temporany compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Mar 16, 2019
1 parent 4f39c5d commit 56d3262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/conditions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function init() {
return null;
}

return func(this);
return func(conditionConfig)(this);
};

return { register };
Expand Down

0 comments on commit 56d3262

Please sign in to comment.