From e7af7778c091038456e10023feaf0b2a600f750a Mon Sep 17 00:00:00 2001 From: Ragnar Lothbrok Date: Mon, 4 Jul 2022 17:54:06 +0100 Subject: [PATCH] Update Trakt.js --- Trakt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trakt.js b/Trakt.js index bb21faf..110e26b 100644 --- a/Trakt.js +++ b/Trakt.js @@ -35,7 +35,7 @@ trakt.import_token(oAuth); // Set rpc as null let rpc; -// We define the interval so we can clear it, incase connection is lost +// We define the interval so we can clear it, incase the connection is lost let statusInt; const spawnRPC = async () => {