Do not throw the exception.

This commit is contained in:
Benoit Marty 2023-10-31 17:56:39 +01:00 committed by Benoit Marty
parent 72ba9997a2
commit 7634a5512f

View file

@ -117,7 +117,7 @@ internal class RustEncryptionService(
} else { } else {
trySend(BackupUploadState.Error) trySend(BackupUploadState.Error)
} }
close(it) close()
} }
awaitClose {} awaitClose {}
} }