forked from MapComplete/MapComplete
Chore: linting
This commit is contained in:
parent
f5d7686c98
commit
c48827906e
4 changed files with 6 additions and 10 deletions
|
@ -3,7 +3,9 @@ import { OsmPoiDatabase } from "./osmPoiDatabase"
|
|||
|
||||
class CreateNewDatabase extends Script {
|
||||
constructor() {
|
||||
super("Creates a new version of the database. Usage: `createNewDatabase -- YYYY-MM-DD` which will create database `osm-poi.YYYY-MM-DD`")
|
||||
super(
|
||||
"Creates a new version of the database. Usage: `createNewDatabase -- YYYY-MM-DD` which will create database `osm-poi.YYYY-MM-DD`"
|
||||
)
|
||||
}
|
||||
|
||||
async main(args: string[]): Promise<void> {
|
||||
|
@ -12,5 +14,4 @@ class CreateNewDatabase extends Script {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
new CreateNewDatabase().run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue