Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed May 29, 2024
1 parent e57aab2 commit 4550137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/db/utils/jobs/MapTiles/exportCmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
getOrganizationModel
} from '../../../index.js'
import { AggregateType } from '../../../AreaTypes.js'
import { OrganizationType } from '../../../OrganizationTypes.js'
import { logger } from '../../../../logger.js'
import { ClimbType } from '../../../ClimbTypes.js'
import MutableMediaDataSource from '../../../../model/MutableMediaDataSource.js'
Expand Down Expand Up @@ -311,7 +310,7 @@ function prepareWorkingDir (): void {
async function onDBConnected (): Promise<void> {
logger.info('Start exporting crag data as Geojson')
prepareWorkingDir()
// await exportLCOs()
await exportLCOs()
await exportLeafCrags()
await exportAreas()
await gracefulExit()
Expand Down

0 comments on commit 4550137

Please sign in to comment.