Skip to content

Commit

Permalink
Merge pull request #898 from trey-wallis/dev
Browse files Browse the repository at this point in the history
fix: resolve build errors
  • Loading branch information
decaf-dev authored Dec 4, 2023
2 parents c98d697 + 89bb47b commit ba70961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/frontmatter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { getAssignedPropertyType } from "./obsidian-utils";
import { ObsidianPropertyType } from "./types";
import { isExternalLink, isUrlLink } from "../link-and-path/link-predicates";
import { extractWikiLinkComponents } from "../link-and-path/markdown-link-utils";
import { isNumber } from "../match";
import { parseDateTime } from "../date/date-validation";

export const deserializeFrontmatterForCell = (
Expand Down

0 comments on commit ba70961

Please sign in to comment.