Skip to content

Commit

Permalink
chore: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Oct 30, 2023
1 parent 1d93632 commit 0599d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@ourworldindata/utils/src/metadataHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ export const getNextUpdateFromVariable = (

export const getPhraseForProcessingLevel = (
processingLevel: OwidProcessingLevel
) => (processingLevel === "major" ? "major adaptations" : "minor processing")
): string =>
processingLevel === "major" ? "major adaptations" : "minor processing"

0 comments on commit 0599d5f

Please sign in to comment.