This commit is contained in:
bumi 2020-04-16 17:08:26 +02:00
parent 98ff61ab0a
commit 7f653f23ce

View File

@ -22,7 +22,7 @@ module.exports = async function(robot, kredits) {
.then(contributor => { .then(contributor => {
if (!contributor) { if (!contributor) {
robot.logger.error(`[hubot-kredits] Contributor not found: Zoom display name: ${displayName}`); robot.logger.error(`[hubot-kredits] Contributor not found: Zoom display name: ${displayName}`);
messageRoom(`I tried to add a contribution for zoom user ${displayName}, but did not find a matchig contributor profile.`); messageRoom(`I tried to add a contribution for zoom user ${displayName}, but did not find a matching contributor profile.`);
return; return;
} }
const contribution = { const contribution = {