From 965ccd81940e89fcb662c3f83f9821c5c7a7ce1a Mon Sep 17 00:00:00 2001 From: roln21 <86331094+roln21@users.noreply.github.com> Date: Fri, 25 Jun 2021 06:09:08 +0300 Subject: [PATCH] Update index.js --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b93e3d0..befc3e9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -91,7 +91,6 @@ var downloadFormat = function (url, clientID, format, axiosInstance) { return __ }); }; var SCDL = /** @class */ (function () { function SCDL(options) { - this.saveClientID = process.env.SAVE_CLIENT_ID ? process.env.SAVE_CLIENT_ID.toLowerCase() === 'true' : false; if (!options) options = {}; if (options.saveClientID) {