From 4605fef99bdc881aa30241d7ed590f9525f70987 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 27 Oct 2023 18:56:58 -0400 Subject: [PATCH] fix sycntx --- wrenchboard/src/shared_tool/family_acc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrenchboard/src/shared_tool/family_acc.cc b/wrenchboard/src/shared_tool/family_acc.cc index f1912f6d..8904ade1 100644 --- a/wrenchboard/src/shared_tool/family_acc.cc +++ b/wrenchboard/src/shared_tool/family_acc.cc @@ -414,7 +414,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){ 'amount' => int 100500 'family_transfer_mode' => int 100 */ - } + // } long member_id = REQ_LONG(in, "member_id", 1, -1); long amount = REQ_LONG(in, "amount", 1, -1); REQ_STRING(in, "family_uid", 2, 50, "(.*)");