Commit 1ad1b46b authored by Tristan Cavelier's avatar Tristan Cavelier

jio command resolver wrong priority used fix

parent 47d314ae
......@@ -21,8 +21,8 @@ function restCommandResolver(param, args) {
args = Array.prototype.slice.call(args);
arg = args.shift();
// priority 3 - never change
current_priority = priority[3];
// priority 4 - never change
current_priority = priority[4];
if (param.kwargs._id) {
current_priority.id = param.kwargs._id;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment