Skip to content

Commit

Permalink
Fix for export stats
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Jul 10, 2024
1 parent 579b0ef commit 9bd69d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fix for export folder name
- Fix for export stats

### Added
- Release-it Changelog
Expand Down
2 changes: 1 addition & 1 deletion src/lib/gtfs-tts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const gtfsTTS = async (initialConfig: {
.prepare(
"SELECT COUNT(*) FROM stops WHERE tts_stop_name = '***NEEDS VALUE***';",
)
.all();
.get();

config.log(`GTFS Data created at ${exportPath}`);
config.log(
Expand Down

0 comments on commit 9bd69d9

Please sign in to comment.