Better caching
All checks were successful
Build Docker image / build (push) Successful in 2m20s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 36s

This commit is contained in:
Roman Krček
2025-08-11 16:47:08 +02:00
parent be7bdc551a
commit 82395afa6e
3 changed files with 12 additions and 5 deletions

View File

@@ -72,7 +72,7 @@
birthday: mapping.birthday !== -1 ? row[mapping.birthday] || '' : '',
pictureUrl,
alreadyPrinted,
_rowIndex: index + 2,
_rowIndex: index + 1,
_valid: isValid,
_checked: false
};