Add category to query
parent
18c901288e
commit
7dae1bad3c
|
@ -59,6 +59,7 @@ async function main() {
|
|||
|
||||
// Prepare the query
|
||||
const query: HandiworkSearchQuery = new HandiworkSearchQuery();
|
||||
query.category = "games";
|
||||
query.keywords = gamename;
|
||||
|
||||
// Fetch the first result
|
||||
|
|
Loading…
Reference in New Issue