fix syntx

This commit is contained in:
CHIEFSOFT\ameye
2024-02-03 11:18:54 -05:00
parent 198da7d2ca
commit 604c5eb61f
+1 -1
View File
@@ -1721,7 +1721,7 @@ long WrenchSendJobsOfferGroup(CVars in, CVars &out) {
}
}
if (call_ret == PHP_CREATED_OK && sum_ret == 0 ) {
if (ret == PHP_CREATED_OK && sum_ret == 0 ) {
out["status_msg"] = "Completed";
ret = PHP_CREATED_OK;
}