Skip to content

Commit

Permalink
deploy playground
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuijjer committed Dec 7, 2023
1 parent b818b38 commit 2b851a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ const playground = async ({ event, context } = {}) => {
// const results = await findMetadata('chungking express')
// const results = await findMetadata('Caché')
// await getUsingChromium()
await getUsingGot()
const result = await getUsingGot()

// console.log(JSON.stringify(results, null, 2))
console.log(JSON.stringify(result, null, 2))
}

if (require.main === module) {
Expand Down

0 comments on commit 2b851a4

Please sign in to comment.