Revert "Fix a mistake, this should use the specified tweet time"

This reverts commit 25d711124e.
This commit is contained in:
Matt Isenhower
2018-09-07 15:17:27 -07:00
parent e002322189
commit 6ccafde6e8

View File

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