Operator is now Proposal
This commit is contained in:
parent
b38e6faf8a
commit
321fe95a27
@ -44,7 +44,7 @@ module.exports = async function(robot, kredits) {
|
||||
kind: 'docs'
|
||||
};
|
||||
|
||||
return Operator.addProposal(contribution).catch(error => {
|
||||
return Proposal.addProposal(contribution).catch(error => {
|
||||
robot.logger.error(`[hubot-kredits] Adding proposal failed:`, error);
|
||||
});
|
||||
}).catch(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user