Hello! I just completed your node web scraper tutorial, and it was a great video. However, you have an unnecessary line of code: ``` let users = []; ``` When this line of code is removed, the code behaves the same way. I can create a pull request to address this.