You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions you've named (processWeatherObject, processArticles) are not actually handler functions, but functions used within the handler for the '/' endpoint (if that makes sense), so maybe it would make more sense to put them in a file named something else.
handler.js to contain 2 functions:
The text was updated successfully, but these errors were encountered: