From 3b34bf9a7a99510944da9b9be662434d65ddbf52 Mon Sep 17 00:00:00 2001 From: Mary Date: Thu, 4 Jan 2024 21:25:17 +0700 Subject: [PATCH] chore: fmt --- app/api/updaters/insert-post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/updaters/insert-post.ts b/app/api/updaters/insert-post.ts index d37ef5ed..2f96e8e2 100644 --- a/app/api/updaters/insert-post.ts +++ b/app/api/updaters/insert-post.ts @@ -34,7 +34,7 @@ export const produceThreadInsert = (posts: SignalizedPost[], parentUri: string) const createDescendants = ( posts: SignalizedPost[], parentUri: string, - hasSibling: boolean, + _hasSibling: boolean, depth: number, maxDepth: number, ) => {