Fix a mistake

This commit is contained in:
Matt Isenhower
2017-09-20 15:16:44 -07:00
parent 83a56196f7
commit 6ecd3ea983

View File

@@ -167,7 +167,7 @@ async function maybePostGearTweet() {
// Have we already posted for this time?
if (!shouldTweet(key, lastEndTime)) {
console.info('Twitter: Gear: Already posted for this hour', lastEndTime);
console.info('Twitter: Gear: Already posted for this hour');
return;
}