Skip to content

Commit 2a4241b

Browse files
committed
PEER-248: Change type back
1 parent 2c96948 commit 2a4241b

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-
hasNextPage: boolean;
28+
totalQuestions: number;
2929
}>;
3030

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

0 commit comments

Comments
 (0)