Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Jan 4, 2024
1 parent 8fec46b commit 3b34bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/updaters/insert-post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
) => {
Expand Down

0 comments on commit 3b34bf9

Please sign in to comment.