Remove remainders of previous api work;
This commit is contained in:
parent
4c9a1e381e
commit
9b0fcde3bd
6
index.js
6
index.js
@ -71,10 +71,8 @@ var handlers = {
|
|||||||
|
|
||||||
var lastCommit = commits[0];
|
var lastCommit = commits[0];
|
||||||
shortenURL(lastCommit.url, function(shortUrl) {
|
shortenURL(lastCommit.url, function(shortUrl) {
|
||||||
if (!err) {
|
msg.push('last commit: ' + lastCommit.message + ' : ' + shortUrl);
|
||||||
msg.push('last commit: ' + lastCommit.message + ' : ' + shortUrl);
|
say(msg);
|
||||||
say(msg);
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user