Skip to content

Commit

Permalink
fix: don't add frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Jan 23, 2022
1 parent 930d009 commit 4c10379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,9 @@ export default class Methods {
}

if (currentCache.frontmatter) {
metaObj.frontmatter = this.createCleanFrontmatter(
currentCache.frontmatter
);
//metaObj.frontmatter = this.createCleanFrontmatter(
// currentCache.frontmatter
//);
//@ts-expect-error, could return null so can't be assigned to current aliases,
// check for null is done later
currentAliases = parseFrontMatterAliases(
Expand Down

0 comments on commit 4c10379

Please sign in to comment.