fix syntax error in example file

This commit is contained in:
PAlexanderFranklin 2024-01-15 17:01:58 -08:00
parent 0af3bb24eb
commit a8bb7a29ec

View File

@ -1,6 +1,6 @@
{
"uberPhoneNumber": "1234567891",
"startDateIso": "2023-01-01",
"endDateIso": "2023-12-31"
"endDateIso": "2023-12-31",
"uberPath": "./uberResults.json"
}