diff --git a/src/example.ts b/src/example.ts index 64f5e73..7f986ed 100644 --- a/src/example.ts +++ b/src/example.ts @@ -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