Skip to content

Commit

Permalink
🐝 eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Jan 29, 2024
1 parent b23988a commit 5ae1401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions adminSiteServer/apiRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ import {
getVariableDataRoute,
getVariableMetadataRoute,
} from "@ourworldindata/grapher"
import {
CountryNameFormat,
CountryDefByKey,
} from "../adminSiteClient/CountryNameFormat.js"
import { Dataset } from "../db/model/Dataset.js"
import { User } from "../db/model/User.js"
import { GdocPost } from "../db/model/Gdoc/GdocPost.js"
Expand Down
4 changes: 3 additions & 1 deletion db/migration/1704297774028-DropObsoleteTables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ export class DropObsoleteTables1704297774028 implements MigrationInterface {
await queryRunner.query(`DROP TABLE IF EXISTS importer_importhistory`)
}

public async down(queryRunner: QueryRunner): Promise<void> {}
public async down(_queryRunner: QueryRunner): Promise<void> {
return
}
}

0 comments on commit 5ae1401

Please sign in to comment.