removed extra b

This commit is contained in:
CHIEFSOFT\ameye
2024-10-30 10:57:08 -04:00
parent 22dc3ec81d
commit 4c46d4232f
+1 -1
View File
@@ -267,7 +267,7 @@ class WrenchWallet extends BaseController
// $wallet_country = $first_names = array_column($owner_country , 'country');;
$auxWallet = $this->auxiliaryWallets($owner_country);
foreach ($auxWallet as $item){
$out["result_list"][] = $item;
// $out["result_list"][] = $item;
}
}
log_message('critical', "***** ***** WrenchJobs::getWallet Ret ");