Skip to content

Commit

Permalink
linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
viet nguyen committed Feb 18, 2024
1 parent 224bc30 commit 10f1f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/utils/jobs/MapTiles/exportCmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async function exportCragGroups (): Promise<void> {

async function onDBConnected (): Promise<void> {
logger.info('Start exporting crag data as Geojson')
// await exportLeafCrags()
await exportLeafCrags()
await exportCragGroups()
await gracefulExit()
}
Expand Down

0 comments on commit 10f1f42

Please sign in to comment.