Skip to content

Commit

Permalink
Merge pull request #4092 from owid:fix-functions-import-bug
Browse files Browse the repository at this point in the history
🐛 fix import error
  • Loading branch information
danyx23 authored Oct 29, 2024
2 parents d2370af + 90c8e8c commit 8b07d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_common/grapherRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LatoMedium from "../_common/fonts/LatoLatin-Medium.ttf.bin"
import LatoBold from "../_common/fonts/LatoLatin-Bold.ttf.bin"
import PlayfairSemiBold from "../_common/fonts/PlayfairDisplayLatin-SemiBold.ttf.bin"
import { Env } from "./env.js"
import { ImageOptions, extractOptions, initialized } from "./imageOptions.js"
import { ImageOptions, extractOptions } from "./imageOptions.js"
import { GrapherIdentifier, initGrapher } from "./grapherTools.js"

declare global {
Expand Down

0 comments on commit 8b07d32

Please sign in to comment.