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
Please adjust the auth.js in order to have 'XXXXX' instead of "XXXXX" in whole code, users may not figure out why this is not working... ;). Double quotes seem to produce syntax error:
SyntaxError: Unexpected identifier
�[90m at wrapSafe (internal/modules/cjs/loader.js:1101:16)�[39m
�[90m at Module._compile (internal/modules/cjs/loader.js:1149:27)�[39m
�[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)�[39m
�[90m at Module.load (internal/modules/cjs/loader.js:1034:32)�[39m
�[90m at Function.Module._load (internal/modules/cjs/loader.js:923:14)�[39m
�[90m at Module.require (internal/modules/cjs/loader.js:1074:19)�[39m
�[90m at require (internal/modules/cjs/helpers.js:72:18)�[39m
at Object.<anonymous> (C:\Temp\food\delivery-finder\finder.js:5:20)
�[90m at Module._compile (internal/modules/cjs/loader.js:1185:30)�[39m
�[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1205:10)�[39m
// to find availability in Walmart Groceries, replace XXXXX with value of `cookie`, `cart id` & `store id` you collected in Step 3
const walmartGroceries = {
cookie: 'XXXXX',
store_id: 'XXXXX',
cart_id: 'XXXXX'
The text was updated successfully, but these errors were encountered:
Please adjust the auth.js in order to have 'XXXXX' instead of "XXXXX" in whole code, users may not figure out why this is not working... ;). Double quotes seem to produce syntax error:
How it is:
How it should be, Suggested:
The text was updated successfully, but these errors were encountered: