Skip to content

Commit

Permalink
fix: change file location & fix issues with getQueryDatas()
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuEv committed Aug 27, 2023
1 parent e7a3c29 commit 5855b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let query = "mercredi" // Your search query
async function __main__() {
let response1 = await ZTP.search(category, query)

console.log("Search: ", response1,"\n")
console.log("Search: ", response1[0],"\n")
// console.log("SearchAll: ", await ZTP.searchAll(category, query),"\n")
console.log("\n\getQueryDatas: ", await ZTP.getQueryDatas(category, response1[0].id),"\n")
}
Expand Down

0 comments on commit 5855b94

Please sign in to comment.