优化代码
This commit is contained in:
parent
42267794f1
commit
6acac5de82
@ -50,7 +50,6 @@ public function handle(): void
|
||||
|
||||
$workOrder->status = 'open';
|
||||
|
||||
|
||||
$success = false;
|
||||
try {
|
||||
$response = $workOrder->module->http()->retry(3, 100)->post('work-orders', $workOrder->toArray());
|
||||
|
Loading…
Reference in New Issue
Block a user