Skip to content

Commit

Permalink
fix course progress page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed May 20, 2024
1 parent fcace9b commit b662587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function getInformation(request: Request, response: Response, next: NextFu
return;
}

response.send(user);
response.send(dbUser);
} catch (e) {
next(e);
}
Expand Down

0 comments on commit b662587

Please sign in to comment.