mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-11 06:50:25 -05:00
Fix a mistake, this should use the specified tweet time
This commit is contained in:
parent
d1f08f4271
commit
25d711124e
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user