Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Jan 17, 2025
1 parent 4c48bc8 commit 2e26d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/streak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ export const calculateStreak = async (req: UserRequest, res: Response) => {
}
}


res.send({ streak, danger });
};

0 comments on commit 2e26d28

Please sign in to comment.