Skip to content

Commit

Permalink
fix: Correctly init UploadSessionDB with NewUploadSession
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Dec 13, 2024
1 parent 1507d75 commit 4439890
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class UploadSessionDB() : UploadSession, RealmObject {
if (uploadSession.uuid.isNotEmpty()) this.uuid = uploadSession.uuid
this._duration = uploadSession.duration.value
this.authorEmail = uploadSession.authorEmail
this.authorEmailToken = authorEmailToken
this.password = uploadSession.password
this.message = uploadSession.message
this._numberOfDownload = uploadSession.numberOfDownload.value
Expand Down

0 comments on commit 4439890

Please sign in to comment.