typo
This commit is contained in:
parent
98ff61ab0a
commit
7f653f23ce
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user