Update
This commit is contained in:
@@ -309,7 +309,7 @@ async function getOkanToken() {
|
||||
try {
|
||||
const agent = new HttpsProxyAgent(CONFIG.PROXY);
|
||||
|
||||
const responseOkan = await axios.post(CONFIG.ENDPOINT_OKAN_TOKEN, { user: '45957768' }, {
|
||||
const responseOkan = await axios.post(CONFIG.ENDPOINT_OKAN_TOKEN, { user: process.env.USUARIO }, {
|
||||
headers: { 'Authorization': CONFIG.TOKEN_OKAN_USER },
|
||||
httpsAgent: agent
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user