@tmlmobilidade/generate-offer-files 20250626.1759.25 → 20250626.2007.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -393,7 +393,7 @@ export async function generateOfferOutput(filePath, startDate, endDate, outputDi
|
|
|
393
393
|
throw new Error('✖︎ Error processing "stop_times.txt" file.');
|
|
394
394
|
}
|
|
395
395
|
/* * */
|
|
396
|
-
/*
|
|
396
|
+
/* OUTPUT FILES */
|
|
397
397
|
//
|
|
398
398
|
// Actually construct the OfferJourney and OfferStop objects
|
|
399
399
|
// and write them to the output files. This is the final step of the process.
|