Skip to content

Commit

Permalink
Fix sortBy
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdentarikcan committed Dec 16, 2024
1 parent c8d0bb0 commit 44e3453
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/services/api/programmingForumComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1983,15 +1983,13 @@ export type SearchQuestionsQueryParams = {
*
* @default "recommended"
*/
sortBy: string;
sortBy?: string;
/**
* Current user Id
*
* @default -1
*/
currentUserId?: number;


};

export type SearchQuestionsError = Fetcher.ErrorWrapper<{
Expand Down

0 comments on commit 44e3453

Please sign in to comment.