Quick fix for group payment issue got stuck reported by enqi

This commit is contained in:
Dillon Ngo
2026-01-06 10:20:04 +08:00
parent 7a5cf5f2ce
commit 0484eabb0e
2 changed files with 2 additions and 2 deletions
@@ -43,7 +43,7 @@ class OneTimeFixWalletGroupTransactionV2Command extends Command
*/
public function handle()
{
// return;
return;
OneTimeFixWalletGroupTransactionV2CommandJob::dispatch();
}