From de766602fd4364fdde90314ded1b77e73f72f261 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 21 Jan 2023 22:31:30 -0500 Subject: [PATCH] Fix findLatestPosts implementation --- src/utils/blog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/blog.ts b/src/utils/blog.ts index 03d48ef..3faf0ca 100644 --- a/src/utils/blog.ts +++ b/src/utils/blog.ts @@ -82,5 +82,5 @@ export const findLatestPosts = async ({ count }: { count?: number }): Promise