diff --git a/.dangerfile.js b/.dangerfile.js index de7b852..06c7af2 100644 --- a/.dangerfile.js +++ b/.dangerfile.js @@ -19,7 +19,7 @@ export default async function () { const contributor = contributors.find(c => c.login === danger.github.pr.user.login); if (contributor) { - message(`${contributor} login already contributed ${contributor.contributions} times`); + message(`${contributor.login} login already contributed ${contributor.contributions} times`); } if (system.modified && !isOwner) {