Skip to content

Commit

Permalink
Merge branch 'LNReader:master' into bugfix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksin125 authored Dec 28, 2024
2 parents c5e50c4 + e01cbef commit 2c90b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/backup/legacy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const createBackup = async () => {
if (!folder) {
return;
}
const datetime = dayjs().format('YYYY-MM-DD_HH:mm');
const datetime = dayjs().format('YYYY-MM-DD_HH_mm');
const fileName = 'lnreader_backup_' + datetime + '.json';
await FileManager.writeFile(
folder + '/' + fileName,
Expand Down

0 comments on commit 2c90b12

Please sign in to comment.