mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
Merge 7dcac78baa
into 97c96be276
This commit is contained in:
commit
94608d5096
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ export default class SettingsManager extends Module {
|
|||
|
||||
async generateBackupFile() {
|
||||
const now = new Date(),
|
||||
timestamp = `${now.getFullYear()}-${now.getMonth()}-${now.getDate()}`;
|
||||
timestamp = `${now.getFullYear()}-${now.getMonth() + 1}-${now.getDate()}`;
|
||||
|
||||
if ( await this._needsZipBackup() ) {
|
||||
const blob = await this._getZipBackup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue