Merge pull request #5549 from SillyTavern/release Backmerge release into staging

08e1ce8ec5d0b59a11a5d0b536f582cccdc0cd0e

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
src/users.js+1 -1
@@ -1142,7 +1142,7 @@ export async function createBackupArchive(handle, response) {
11421142 archive.pipe(response);
11431143
11441144 // Append files from a sub-directory, putting its contents at the root of archive
11451145 const ignore = allowKeysExposure ? [] : [SECRETS_FILE, 'backups/secrets_migration_*.json'];
11461146 archive.glob('**/*', {
11471147 cwd: directories.root,
11481148 follow: false,