mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-07-17 13:43:44 +09:00
Small frontmatter getter refactor, more questions
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ async function writeMarkdownFilesPromise(posts, config) {
|
||||
destinationPath,
|
||||
delay
|
||||
};
|
||||
delay += settings.markdown_file_write_delay;
|
||||
delay += config.markdownFileWriteDelay;
|
||||
return [payload];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user