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) {