From 5c008d390f5b15325a200d1c35739a863c1dfce9 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sun, 20 Mar 2022 10:22:20 +0000 Subject: [PATCH] fix: dumb fmt shit plz auto do it --- gateway/resume.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gateway/resume.ts b/gateway/resume.ts index 79b2016b0..6adc41052 100644 --- a/gateway/resume.ts +++ b/gateway/resume.ts @@ -8,7 +8,10 @@ export function resume(gateway: GatewayManager, shardId: number) { // Get the old data for this shard necessary for resuming const oldShard = gateway.shards.get(shardId); if (!oldShard) { - return gateway.debug("GW DEBUG", `[Error] Trying to resume a shard (id: ${shardId}) that was not first identified.`); + return gateway.debug( + "GW DEBUG", + `[Error] Trying to resume a shard (id: ${shardId}) that was not first identified.`, + ); } // HOW TO CLOSE OLD SHARD SOCKET!!!