mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-20 23:56:58 +01:00
parent
1106660f65
commit
42fd5ac092
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@
|
|||
sheet.eachRow((row, index) => {
|
||||
if (index === 1) return;
|
||||
const type = row.getCell(3).text.toLowerCase();
|
||||
let time = row.getCell(3);
|
||||
let time = row.getCell(1);
|
||||
const fullName = row.getCell(2).text;
|
||||
|
||||
if (time.type === ValueType.Date) {
|
||||
|
|
Loading…
Reference in a new issue