Marc Luther Capulong
Results
2
issues of
Marc Luther Capulong
Hi, I need to run the batch process once daily. How can I add it with a cron job? Is there a hook that trigger running the batch process? If...
Hi, I'm getting _**Cannot read property 'sort' of undefined**_ error on this part `if (data.geonames.sort) { sortedNames = data.geonames.sort(function (a, b) { return a.countryName.localeCompare(b.countryName); }); }` Hoping for your fast...