davidofwatkins / ge-cancellation-checker

A PhantomJS script that checks your GOES account for a sooner Global Entry enrollment appointment
173 stars 74 forks source link

Remove stray character for valid JSON syntax #5

Closed PxT closed 8 years ago

PxT commented 8 years ago

If you copy the config.json.example as instructed then the script exits with message "Could not find config.json" because the syntax is invalid. JSON.parse is throwing an exception due to the trailing comma.

davidofwatkins commented 8 years ago

Great, thanks for the fix @PxT! Simple enough, merging 👍