Skip to content

Commit

Permalink
💄 (thumbnail) fix typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Dec 19, 2023
1 parent d775b68 commit 2ad6642
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 @@ -161,8 +161,8 @@ async function fetchAndRenderGrapherToSvg({
bounds,
boundsForExport: bounds,
baseFontSize: options.fontSize,
shouldIncludeDetailsInStaticExport: options.details,
})
grapher.shouldIncludeDetailsInStaticExport = options.details

grapherLogger.log("grapherInit")
const promises = []
Expand Down

0 comments on commit 2ad6642

Please sign in to comment.