mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Remove unused function
This commit is contained in:
@@ -39,10 +39,6 @@ function dateToW3CString(date: Date) {
|
||||
return date.toISOString();
|
||||
}
|
||||
|
||||
function padMeTwo(original: string | number) {
|
||||
return String(original).padStart(2, "0");
|
||||
}
|
||||
|
||||
/**
|
||||
* Removes hidden files from a list (those starting with dot)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user