Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbennettcw authored and ilijabojanovic committed Dec 18, 2024
1 parent 0d4091f commit edb7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/model/src/thread/GetThreads.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export function GetThreads(): Query<typeof schemas.GetThreads> {
page: replacements.page,
threads,
numVotingThreads,
threadsCount: threads.at(0)?.total_num_thread_results || 0,
threadCount: threads.at(0)?.total_num_thread_results || 0,
};
},
};
Expand Down

0 comments on commit edb7c0b

Please sign in to comment.