@@ -484,8 +484,7 @@ |
||
484 | 484 | 'sync' => $token, |
485 | 485 | 'opt_expand' => 'this' |
486 | 486 | ])); |
487 | - } |
|
488 | - catch (AsanaError $error) { |
|
487 | + } catch (AsanaError $error) { |
|
489 | 488 | if ($error->getCode() === 412) { |
490 | 489 | $remote = json_decode($error->getMessage(), true, JSON_BIGINT_AS_STRING | JSON_THROW_ON_ERROR); |
491 | 490 | if (!isset($token)) { |