Skip to content

Commit

Permalink
make more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
leihelen committed Oct 22, 2023
1 parent 6aea313 commit dc7166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/endpoints/Profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const countReviewsByStudentId: Endpoint<NetIdQuery> = {
/**
* Returns the number of likes that match the reviewIds associated with a given
* netId and error if there are none
* This method counts the total number of likes received by a student.
* This method calculates the total number of likes a student has received on all their reviews.
* @param netId: netId that is checked to see if it is not empty and an ASCII value
* @returns: Endpoint with type NetIdQuery
*/
Expand Down

0 comments on commit dc7166f

Please sign in to comment.