mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Semicolon kinda life
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ function normalize(value, type, onError) {
|
||||
|
||||
export function buildSamplePostPath(config) {
|
||||
const outputDir = path.sep;
|
||||
const type = ''
|
||||
const type = '';
|
||||
const date = luxon.DateTime.now().toFormat('yyyy-LL-dd');
|
||||
const slug = 'my-post';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user