From 5f7ca3a630ca1c900641a82c877edbd744b0b9d1 Mon Sep 17 00:00:00 2001 From: avivash Date: Thu, 4 Jan 2024 15:28:24 -0800 Subject: [PATCH] Fix: remove extra line break --- src/lib/connections.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/connections.ts b/src/lib/connections.ts index 8f6d000..e955c83 100644 --- a/src/lib/connections.ts +++ b/src/lib/connections.ts @@ -94,7 +94,6 @@ export const checkIPFSConnection = async (): Promise => { await attemptConnection() }, INTERVAL) } - } }