Skip to content

Commit

Permalink
✅ Stupid hobbit
Browse files Browse the repository at this point in the history
  • Loading branch information
VioMrqs committed Oct 29, 2024
1 parent 4c03c29 commit f298beb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ EtantDonné('le projet lauréat {string}', async function (this: PotentielWorld,
},
};

await publish(`lauréat|${identifiantProjet.formatter}`, lauréatNotifié);
await publish(`lauréat|${identifiantProjet.formatter()}`, lauréatNotifié);
});

EtantDonné(
Expand Down Expand Up @@ -229,7 +229,7 @@ EtantDonné(
},
};

await publish(`lauréat|${identifiantProjet.formatter}`, lauréatNotifié);
await publish(`lauréat|${identifiantProjet.formatter()}`, lauréatNotifié);
},
);

Expand Down Expand Up @@ -343,6 +343,6 @@ EtantDonné(
},
};

await publish(`lauréat|${identifiantProjet.formatter}`, lauréatNotifié);
await publish(`lauréat|${identifiantProjet.formatter()}`, lauréatNotifié);
},
);

0 comments on commit f298beb

Please sign in to comment.