Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Dec 2, 2024
1 parent 1ae273b commit 72ec488
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ class BackupDatabaseService(
it[this.isDirectory] = sourceFile.isDirectory
it[this.hash] = md5
it[this.zippedSize] = zippedSize
it[this.gzip] = false
it[this.compress] = if (gzip) 1 else 0
}.resultedValues!!.single().toBackupEntry()
newEntries.add(backupEntry)
Expand Down

0 comments on commit 72ec488

Please sign in to comment.