google-indexing-script icon indicating copy to clipboard operation
google-indexing-script copied to clipboard

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

Open prashant19981 opened this issue 1 year ago • 1 comments

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

prashant19981 avatar Jan 27 '24 22:01 prashant19981

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

goenning avatar Jan 28 '24 07:01 goenning