From 4b758eb6dd702c42c192322da87301bbef454838 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Tue, 28 Jan 2020 18:08:07 +0100 Subject: Update docs --- lib/getPost.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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; } -- cgit 1.4.1