Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman authored Jan 19, 2023
1 parent c425cc8 commit f1765bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-server/src/utils/StoryIndexGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export class StoryIndexGenerator {
// files may use the `<Meta of={XStories} />` syntax, which requires
// that the story file that contains the meta be processed first.
await this.updateExtracted(async (specifier, absolutePath) =>
this.isStoryFile(absolutePath) ? this.extractStories(specifier, absolutePath): false
this.isStoryFile(absolutePath) ? this.extractStories(specifier, absolutePath) : false
);

if (!this.options.docs.disable) {
Expand Down

0 comments on commit f1765bf

Please sign in to comment.