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, "(.*)");