Woops wrong util name

This commit is contained in:
Vortrex
2021-04-23 19:37:05 -05:00
parent 11686a4b55
commit 32e13905d6

View File

@@ -575,7 +575,7 @@ function setVehicleJobCommand(command, params, client) {
let jobId = closestJobLocation.job;
if(!areParamsEmpty(params)) {
jobId = getJobIdFromParams(params);
jobId = getJobFromParams(params);
}
//if(!jobId) {