fix: translation omission (#281)
This commit is contained in:
@@ -51,8 +51,8 @@ export function cleanData(data: SupportedExportFormats): LatestExportFormat {
|
||||
|
||||
function currentDate() {
|
||||
const date = new Date();
|
||||
let month = date.getMonth() + 1;
|
||||
let day = date.getDate();
|
||||
const month = date.getMonth() + 1;
|
||||
const day = date.getDate();
|
||||
return `${month}-${day}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user