mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-21 07:31:04 +00:00
identity: remove unused issueDate const (lint fix)
This commit is contained in:
@@ -56,7 +56,6 @@ function formatMRZ(data: IdentityData): [string, string] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const today = new Date();
|
const today = new Date();
|
||||||
const issueDate = today.toLocaleDateString('en-GB', { day: '2-digit', month: '2-digit', year: 'numeric' });
|
|
||||||
const expiryDate = new Date(today.getFullYear() + 10, today.getMonth(), today.getDate())
|
const expiryDate = new Date(today.getFullYear() + 10, today.getMonth(), today.getDate())
|
||||||
.toLocaleDateString('en-GB', { day: '2-digit', month: '2-digit', year: 'numeric' });
|
.toLocaleDateString('en-GB', { day: '2-digit', month: '2-digit', year: 'numeric' });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user