From 9d2d679fad259a6b3ad573593a74d55a5a158d90 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 20 Jun 2023 21:10:39 -0400 Subject: [PATCH] Intetrest missing --- wrenchboard/src/shared_tool/jobs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/jobs.cc b/wrenchboard/src/shared_tool/jobs.cc index f325d9ea..31548af5 100644 --- a/wrenchboard/src/shared_tool/jobs.cc +++ b/wrenchboard/src/shared_tool/jobs.cc @@ -565,7 +565,7 @@ long WrenchJobsProcessInterest(CVars in, CVars &out) { long interest_id = REQ_LONG(in, "interest_id", 1, -1); - // long interest = REQ_LONG(in, "interest", 1, -1); + long interest = REQ_LONG(in, "interest", 1, -1); //REQ_STRING (in, "offer_code", 1, 15, "(.*)"); //offer_code if (interest == JOB_INTEREST_ACCEPT || interest == JOB_INTEREST_REJECT || interest == JOB_INTEREST_CANCEL) { // is job still valid