Skip to content

Commit

Permalink
🐝 lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Sep 19, 2023
1 parent 0fdc2f8 commit d85ec6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@ourworldindata/utils/src/GdocsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const convertMarkdownNodeToSpan = (node: EveryMarkdownNode): Span[] => {
//.otherwise(() => ({ spanType: "span-simple-text" as const, text: "" }))
}

const convertMarkdownNodesToSpans = (nodes: MarkdownRoot) =>
const convertMarkdownNodesToSpans = (nodes: MarkdownRoot): Span[] =>
nodes.children.flatMap(convertMarkdownNodeToSpan)

export const markdownToEnrichedTextBlock = (
Expand Down
1 change: 0 additions & 1 deletion site/DataPageV2Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import cx from "classnames"
import { DebugProvider } from "./gdocs/DebugContext.js"
import { CodeSnippet } from "./blocks/CodeSnippet.js"
import dayjs from "dayjs"
import { P, match } from "ts-pattern"
declare global {
interface Window {
_OWID_DATAPAGEV2_PROPS: DataPageV2ContentFields
Expand Down

0 comments on commit d85ec6f

Please sign in to comment.