Skip to content

Commit

Permalink
fixed dossier messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Aug 16, 2024
1 parent 88b0ec4 commit e90d7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/TrainingController.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ async (req, res) => {

await req.app.dossier.create({
by: res.user.cid,
affected: req.params.cid,
affected: req.params.id,
action: `%b issued a Solo Certificate for ` + req.body.position + ` for %a.`
});

Expand Down Expand Up @@ -484,7 +484,7 @@ async (req, res) => {

await req.app.dossier.create({
by: res.user.cid,
affected: req.params.cid,
affected: req.params.id,
action: `%b deleted a Solo Certificate for ` + req.body.position + ` for %a.`
});

Expand Down

0 comments on commit e90d7ad

Please sign in to comment.