This commit is contained in:
Skylar Grant 2025-01-04 10:54:39 -05:00
parent 9c89eeb22f
commit 24c5f2d62e

View File

@ -53,6 +53,7 @@ async function readResponse(response) {
cleanResponse.push(JSONline.response); cleanResponse.push(JSONline.response);
} }
} }
console.log(cleanResponse);
return; return;
} }
read(); read();