Skip to content

Commit

Permalink
🐝 fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Mar 23, 2024
1 parent 229c59d commit 575b97e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions adminSiteServer/apiRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ import {
DbInsertPostGdocXImage,
PostsGdocsLinksTableName,
PostsGdocsTableName,
PostsGdocsXTagsTableName,
DbPlainDataset,
} from "@ourworldindata/types"
import {
Expand Down Expand Up @@ -130,7 +129,6 @@ import {
getAllGdocIndexItemsOrderedByUpdatedAt,
getAndLoadGdocById,
getDbEnrichedGdocFromOwidGdoc,

Check warning on line 131 in adminSiteServer/apiRouter.ts

View workflow job for this annotation

GitHub Actions / eslint

'getDbEnrichedGdocFromOwidGdoc' is defined but never used

Check warning on line 131 in adminSiteServer/apiRouter.ts

View workflow job for this annotation

GitHub Actions / eslint

'getDbEnrichedGdocFromOwidGdoc' is defined but never used

Check warning on line 131 in adminSiteServer/apiRouter.ts

View workflow job for this annotation

GitHub Actions / eslint

'getDbEnrichedGdocFromOwidGdoc' is defined but never used
getGdocBaseObjectById,
loadGdocFromGdocBase,
setLinksForGdoc,
setTagsForGdoc,
Expand Down
1 change: 0 additions & 1 deletion baker/DatapageHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import "dayjs"
import { getLinkType, getUrlTarget } from "@ourworldindata/components"
import {
OwidGdocPostInterface,
GdocsContentSource,
DataPageDataV2,
OwidVariableWithSource,
Expand Down
1 change: 0 additions & 1 deletion db/model/Gdoc/GdocFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
DbPlainTag,
DbRawPostGdoc,
GdocsContentSource,
OwidEnrichedGdocBlock,
OwidGdoc,
OwidGdocBaseInterface,
OwidGdocIndexItem,
Expand Down
1 change: 0 additions & 1 deletion db/model/Gdoc/GdocPost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { GdocBase } from "./GdocBase.js"
import { KnexReadonlyTransaction, knexRaw } from "../../db.js"
import {
getGdocBaseObjectById,
getAndLoadListedGdocPosts,
getAndLoadPublishedGdocPosts,
} from "./GdocFactory.js"

Expand Down
1 change: 0 additions & 1 deletion db/model/Post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { uniqBy, sortBy, memoize, orderBy } from "@ourworldindata/utils"
import { Knex } from "knex"
import { BAKED_BASE_URL } from "../../settings/clientSettings.js"
import { BLOG_SLUG } from "../../settings/serverSettings.js"
import { GdocPost } from "./Gdoc/GdocPost.js"
import { SiteNavigationStatic } from "../../site/SiteNavigation.js"
import { decodeHTML } from "entities"
import { RelatedResearchQueryResult } from "../wpdb"
Expand Down

0 comments on commit 575b97e

Please sign in to comment.