goenning / google-indexing-script

Script to get your site indexed on Google in less than 48 hours
https://seogets.com
MIT License
6.96k stars 483 forks source link

Issue #15: Created an async arrow function inside index.js #16

Closed prashant19981 closed 8 months ago

prashant19981 commented 9 months ago

Issue #15: Created an async arrow function inside index.js as we cannot call async methods outside a function.

goenning commented 9 months ago

It’s possible to call async outside functions, you just need newer versions of nodejs