mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-26 04:26:15 -05:00
Revert "Fix a mistake, this should use the specified tweet time"
This reverts commit 25d711124e.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user