Skip to content

Commit 6ce285d

Browse files
committed
fix bug
1 parent ec5120b commit 6ce285d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/getStorybookMetadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const getStorybookMetadata = () => {
2626
const lazyCompilation = !!main.core?.builder?.options?.lazyCompilation;
2727

2828
// @ts-expect-error -- need to update to latest sb version
29-
const { disableTelemetry, enableCrashReports } = !!main.core || {};
29+
const { disableTelemetry, enableCrashReports } = main.core || {};
3030

3131
return {
3232
configDir,

0 commit comments

Comments
 (0)