Skip to content

Commit

Permalink
call to removeMember without argumen "nickname"
Browse files Browse the repository at this point in the history
  • Loading branch information
leider committed Jun 19, 2023
1 parent e92252e commit ad59887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion softwerkskammer/lib/mailsender/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ app.post("/resign", async (req, res) => {
return res.redirect("/members/" + encodeURIComponent(nickname));
}
try {
await groupsAndMembersService.removeMember();
await groupsAndMembersService.removeMember(nickname);
const markdown =
"**" +
req.i18n.t("mailsender.why-resign") +
Expand Down

0 comments on commit ad59887

Please sign in to comment.