Skip to content

Commit a274a11

Browse files
mstephen19mnmkng
andauthored
Update content/academy/web_scraping_for_beginners/challenge/initializing_and_setting_up.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 449fce6 commit a274a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners/challenge/initializing_and_setting_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { CheerioCrawler, KeyValueStore, log } from 'crawlee';
2525
import { router } from './routes.js';
2626
2727
// Grab our keyword from the input
28-
const { keyword = 'iphone' } = (await KeyValueStore.getInput()) ?? {};
28+
const { keyword } = await KeyValueStore.getInput();
2929
3030
const crawler = new CheerioCrawler({
3131
requestHandler: router,

0 commit comments

Comments
 (0)