From fbd36cf3a26153aff02364232e676c955084b575 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Tue, 28 Jan 2025 16:56:37 -0500 Subject: [PATCH] Semicolon kinda life --- src/intake.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';