Skip to content

Commit fc3bc9f

Browse files
authored
Merge pull request #15 from CS3219-AY2425S1/PEER-248-Question-Display
PEER-248: Update Get Questions Response Type
2 parents f4853de + b50b1f0 commit fc3bc9f

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)