Fix a unsucccessful group payment reported by Eileen

This commit is contained in:
Dillon Ngo
2025-11-17 21:06:03 +08:00
parent 024e0d666a
commit 2a662b42e0
@@ -43,7 +43,7 @@ class OneTimeFixWalletGroupTransactionV2Command extends Command
*/
public function handle()
{
// return;
return;
OneTimeFixWalletGroupTransactionV2CommandJob::dispatch();
}