Skip to content

Commit b50b1f0

Browse files
committed
PEER-248: Update Get Questions Response Type
1 parent f4853de commit b50b1f0

File tree

1 file changed

+1
-1
lines changed
  • backend/question/src/services/get

1 file changed

+1
-1
lines changed

backend/question/src/services/get/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type IGetQuestionsResponse = IServiceResponse<{
2525
* - attempted?: May need joining with users table, or not
2626
*/
2727
}>;
28-
isLastPage?: boolean;
28+
totalQuestions: number;
2929
}>;
3030

3131
//=============================================================================

0 commit comments

Comments
 (0)