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