diff options
| author | winter | 2025-01-14 17:23:15 +0000 |
|---|---|---|
| committer | winter | 2025-01-14 17:23:15 +0000 |
| commit | a9148c53a92a5564fde0ab6f184f7b65deba9a7f (patch) | |
| tree | f63dad57239dbcebea668f3fe143b13473b86e31 | |
| parent | 8c4109791ee0eefadf96c9d7c925da45c11a655f (diff) | |
fix it
| -rw-r--r-- | Digitigrade/Job/PushObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Digitigrade/Job/PushObject.php b/Digitigrade/Job/PushObject.php index e86f1d7..c3d7210 100644 --- a/Digitigrade/Job/PushObject.php +++ b/Digitigrade/Job/PushObject.php @@ -37,6 +37,7 @@ class PushObject extends Job { } catch (AuthException $e) { // start auth now and hopefully by the next retry we'll be able to $instance->beginOutboundAuth(); + throw $e; } } }
\ No newline at end of file |
