summary refs log tree commit diff
diff options
context:
space:
mode:
authordank074 <torresefrain10@gmail.com>2026-02-03 14:49:45 -0600
committerdank074 <torresefrain10@gmail.com>2026-02-03 14:49:45 -0600
commit8a44ee99480cd7b74d0e9383e39d47718bde8252 (patch)
treeb5e1524a3fadfae66ffd0dccd1f79473ee39c917
parentdon't need this (diff)
downloadserver-ts-8a44ee99480cd7b74d0e9383e39d47718bde8252.tar.xz
don't rethrow error, just keep retrying
-rw-r--r--src/util/util/RabbitMQ.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/util/RabbitMQ.ts b/src/util/util/RabbitMQ.ts

index 67d0cec0..288a7fa9 100644 --- a/src/util/util/RabbitMQ.ts +++ b/src/util/util/RabbitMQ.ts
@@ -81,7 +81,6 @@ export class RabbitMQ { } catch (error) { console.error("[RabbitMQ] Connection failed:", error); await this.scheduleReconnect(host); - throw error; } }