diff --git a/src/intake.js b/src/intake.js index 16c15c9..aedf47e 100644 --- a/src/intake.js +++ b/src/intake.js @@ -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';