Test run a long running query with pdf upload to S3 bucket

This commit is contained in:
Dillon Ngo
2024-06-22 16:36:10 +08:00
parent 996e28433f
commit 598faae3c6
@@ -32,7 +32,7 @@ class TestRunningALongQueryV2CommandJob implements ShouldQueue
$start = new Carbon();
////https://dev.exchange.izyim.com/company/2294/false/transaction/export
$companyId = 2294; //$request->route('id');
$companyId = '2294'; //$request->route('id');
$isPrecise = false; //$request->route('is_precise');
$company = Company::find($companyId);