Userrs tasks

This commit is contained in:
CHIEFSOFT\ameye
2023-05-07 17:38:12 -04:00
parent 5a6852fb10
commit bf705cef5b
3 changed files with 89 additions and 2 deletions
+3 -1
View File
@@ -12,6 +12,7 @@
#include <curl/curl.h>
#include "account.h"
#include "history.h"
#include "jobs_manager.h"
#include "account_mngt.h"
#include "contract.h"
@@ -306,5 +307,6 @@ long WrenchReturnJobOffersList(CVars in, CVars &out) {
/* This return the list of jobs on the home page of the apps*/
long WrenchReturnActiveJobsList(CVars in, CVars &out) {
return WrenchMemberActiveJobs(in, out);
return WrenchUsersTasksList(in, out);
// retired return WrenchMemberActiveJobs(in, out);
}