assign error

This commit is contained in:
CHIEFSOFT\ameye
2023-11-22 11:48:57 -05:00
parent 1a259b62ca
commit 8935ed8e3c
+2
View File
@@ -1317,6 +1317,7 @@ long WrenchSendJobsOfferFamily(CVars in, CVars &out) {
recommendation_engine(RECOMMEND_OFFERS , y, out); // trigger the card interaction in apps
} else {
out["error_msg"] = "error_unable_to_create_fund_for_task";
out["status"] = "Unable to create this offer";
}
} else {
@@ -1454,6 +1455,7 @@ long WrenchSendJobsOfferIndividual(CVars in, CVars &out) {
recommendation_engine(RECOMMEND_OFFERS , y, out); // trigger the card interaction in apps
} else {
out["error_msg"] = "error_unable_to_create_fund_for_task";
out["status"] = "Unable to create this offer";
}