Change test params to normal
This commit is contained in:
@@ -216,7 +216,7 @@ app.get("/depesche", async (req, res) => {
|
|||||||
fs.writeFileSync(cacheFolder + "data.json", JSON.stringify(res.data));
|
fs.writeFileSync(cacheFolder + "data.json", JSON.stringify(res.data));
|
||||||
}
|
}
|
||||||
console.log(res.data);
|
console.log(res.data);
|
||||||
value = res.data.data.items[res.data.data.sorting[2]];
|
value = res.data.data.items[res.data.data.sorting[0]];
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (config.activate_telegram) {
|
if (config.activate_telegram) {
|
||||||
|
|||||||
Reference in New Issue
Block a user