Skip to content

Commit

Permalink
Battling typescript modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjaoljaca committed Jul 16, 2023
1 parent 4990638 commit cbaff82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function playgpt() {
story,
comments
}))
console.log(summary)
console.log(JSON.stringify(summary))
}

// play();
Expand Down Expand Up @@ -71,4 +71,5 @@ const generateAccessToken = async () => {
// sendMessage('12067397964', 'Hello, world!');

import play from './main/twitter'
play();
// play();
playgpt();

0 comments on commit cbaff82

Please sign in to comment.