reverting test

This commit is contained in:
Jafeth Garro 2024-09-18 20:24:47 -06:00
parent f8eff0dd49
commit c4b352d7ca

View file

@ -9,7 +9,7 @@ export interface Options {
}
const defaultOptions: Options = {
priority: ["git", "frontmatter", "filesystem"],
priority: ["frontmatter", "git", "filesystem"],
}
function coerceDate(fp: string, d: any): Date {