Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
fix: don't hardcode reply count
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-grover committed Sep 27, 2023
1 parent 23fef7e commit 16a2031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/types/Cast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export type Cast = {
recasts: Recast[]
}
replies: {
count: 2
count: number
}
}

Expand Down

0 comments on commit 16a2031

Please sign in to comment.