test offer list function

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-25 21:08:25 -04:00
parent 944cdd86fc
commit 0960bfc96d
+3 -1
View File
@@ -13,6 +13,7 @@
#include "account.h"
#include "cards.h"
#include "twilo.h"
#include "mobile.h"
/*
#define RECOMMEND_COUPON 1000
@@ -57,7 +58,8 @@ return 0;
// also used from accounts
long WrenchHomeBanners(CVars in, CVars &out) {
out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)";
out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)";
WrenchReturnJobOffersList(in, out);
return 111;
}