From cbaff8201f5e0cd55dccfca224d13b3fc6458245 Mon Sep 17 00:00:00 2001 From: Vanja Oljaca Date: Sat, 15 Jul 2023 15:23:33 -1000 Subject: [PATCH] Battling typescript modules --- play.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/play.ts b/play.ts index c38fe05..323d059 100644 --- a/play.ts +++ b/play.ts @@ -42,7 +42,7 @@ async function playgpt() { story, comments })) - console.log(summary) + console.log(JSON.stringify(summary)) } // play(); @@ -71,4 +71,5 @@ const generateAccessToken = async () => { // sendMessage('12067397964', 'Hello, world!'); import play from './main/twitter' -play(); \ No newline at end of file +// play(); +playgpt(); \ No newline at end of file