Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored and 3y3 committed Mar 5, 2024
1 parent 161f636 commit 5526cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/md2html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export async function resolveMd2HTML(options: ResolverOptions): Promise<ResolveM
fileMeta.script = [];
}

const tocBaseLang = tocBase?.split('/')[0]
const tocBaseLang = tocBase?.split('/')[0];
const tocLang = langs?.includes(tocBaseLang) && tocBaseLang;

const props = {
Expand Down

0 comments on commit 5526cab

Please sign in to comment.