Skip to content

Commit c78e509

Browse files
committed
fix documentation version importer linter error
1 parent b1570d9 commit c78e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/plugins/enhanced-codeblock/theme/CodeBlock/import-lightweight-charts-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const importLightweightChartsVersion: LightweightChartsApiGetters = {
144144
createOptionsChart,
145145
};
146146
},
147-
'5.1': async (window: Window) => {
147+
5.1: async (window: Window) => {
148148
const module = await import('lightweight-charts-5.1');
149149

150150
const createChart: typeof module.createChart = (container: string | HTMLElement, options?: Parameters<typeof module.createChart>[1]) => {

0 commit comments

Comments
 (0)