From 0960bfc96d8fd0bda60f2c4c1b10a080176cbef3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GBA0BK8\\Admin" Date: Tue, 25 Apr 2023 21:08:25 -0400 Subject: [PATCH] test offer list function --- wrenchboard/src/shared_tool/reco_egine.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/reco_egine.cc b/wrenchboard/src/shared_tool/reco_egine.cc index bd218045..ff5f7ffe 100644 --- a/wrenchboard/src/shared_tool/reco_egine.cc +++ b/wrenchboard/src/shared_tool/reco_egine.cc @@ -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; }