mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 12:35:17 -05:00
Fix a mistake
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user