We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed057ab commit 514886dCopy full SHA for 514886d
code/core/src/telemetry/storybook-metadata.ts
@@ -57,7 +57,7 @@ export const computeStorybookMetadata = async ({
57
const settings = await globalSettings();
58
const metadata: Partial<StorybookMetadata> = {
59
generatedAt: new Date().getTime(),
60
- userSince: await settings.get('userSince'),
+ userSince: settings.value.userSince,
61
hasCustomBabel: false,
62
hasCustomWebpack: false,
63
hasStaticDirs: false,
0 commit comments