as of now, i have the returned data being JSON.stringified and sent to a .log file. Whenever I try to set a const data = require("./data.log") so i can pull the data out, i get a weird error and im not sure why
as of now, i have the returned data being JSON.stringified and sent to a .log file. Whenever I try to set a const data = require("./data.log") so i can pull the data out, i get a weird error and im not sure why