Skip to content

Commit

Permalink
Fix type of makeExplorerLinkedChart
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Nov 11, 2024
1 parent ef198b4 commit 45ffa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/model/Gdoc/GdocBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ export function makeExplorerLinkedChart(
title?: string
subtitle?: string
thumbnail?: string
tags?: DbChartTagJoin[]
tags?: string[]
},
originalSlug: string
): LinkedChart {
Expand Down

0 comments on commit 45ffa42

Please sign in to comment.