mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-08 11:23:51 +01:00
parent
fd20c57a5b
commit
41fce281de
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
|
||||
function addPullDetail(newPull) {
|
||||
let index = -1;
|
||||
let index = 0;
|
||||
for (let i = pulls.length - 1; i >= 0; i--) {
|
||||
if (newPull.time >= pulls[i].time) {
|
||||
index = i + 1;
|
||||
|
|
Loading…
Reference in a new issue