From 186d89a830bd9dd836e6a375004a5e9a638c0970 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 9 Sep 2024 19:33:00 -0400 Subject: [PATCH] long push_ret = -1; --- wrenchboard/src/shared_tool/site_crons.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/site_crons.cc b/wrenchboard/src/shared_tool/site_crons.cc index ec396c56..7455a204 100644 --- a/wrenchboard/src/shared_tool/site_crons.cc +++ b/wrenchboard/src/shared_tool/site_crons.cc @@ -185,7 +185,7 @@ long ScheduleTransferJobs(CVars in, CVars &out){ } long TestNotificationsJobs(CVars in, CVars &out){ - + long push_ret = -1; CVars xx; xx["member_uid"] = "70d8ecc4-490f-40e5-9cea-0484f0a9f584"; xx["member_uid"].set_valid( true ); xx["push_text"] = "Notification test system...Olu"; xx["push_text"].set_valid( true );