Fix a mistake, this should use the specified tweet time

This commit is contained in:
Matt Isenhower 2018-09-07 15:17:27 -07:00
parent d1f08f4271
commit 25d711124e

View File

@ -26,9 +26,8 @@ class GearTweet extends TwitterPostBase {
return merchandises[merchandises.length - 1];
}
getImage(data) {
let now = getTopOfCurrentHour();
return captureGearScreenshot(now);
getImage() {
return captureGearScreenshot(this.getDataTime());
}
getText(data) {