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