diff options
Diffstat (limited to 'lib/getPost.ts')
-rw-r--r-- | lib/getPost.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getPost.ts b/lib/getPost.ts index 6e90b1f..4860ff9 100644 --- a/lib/getPost.ts +++ b/lib/getPost.ts @@ -14,5 +14,5 @@ export function getPost( const filePath = `${path}/${year}/${month}/${day}/${title}.md`; const post = new Post(filePath); - return post; + return post; } |