From 6ccafde6e821725dc28a43fa4c36bc500086a62d Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Fri, 7 Sep 2018 15:17:27 -0700 Subject: [PATCH] Revert "Fix a mistake, this should use the specified tweet time" This reverts commit 25d711124e330c784fb4d0ebba1d46fa58f82e7b. --- src/app/twitter/tweets/GearTweet.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/twitter/tweets/GearTweet.js b/src/app/twitter/tweets/GearTweet.js index 7476ece..10bfee2 100644 --- a/src/app/twitter/tweets/GearTweet.js +++ b/src/app/twitter/tweets/GearTweet.js @@ -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) {