sntx error

This commit is contained in:
CHIEFSOFT\ameye
2023-05-14 14:50:54 -04:00
parent 51de38a069
commit 7edde72cb3
+1 -1
View File
@@ -308,5 +308,5 @@ 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 WrenchUsersTasksList(in, out);
retired return WrenchMemberActiveJobs(in, out);
return WrenchMemberActiveJobs(in, out);
}