Access axios instance via this.#axios instead of getter

This commit is contained in:
xrip
2022-05-31 22:32:50 +03:00
committed by LuanRT
parent 4ad5a5da64
commit 0b4853cb81

View File

@@ -28,7 +28,6 @@ const Signature = require('./deciphers/Signature');
*/
class Innertube {
/**
* @readonly
* @type {AxiosInstance}
*/
#axios;