Update src/matrix/e2ee/DecryptionResult.ts

Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
Bruno Windels 2022-02-18 17:18:25 +01:00 committed by GitHub
parent 620409b3f0
commit 3330530f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export class DecryptionResult {
public readonly claimedEd25519Key: string
) {}
setDevice(device: DeviceIdentity) {
setDevice(device: DeviceIdentity): void {
this.device = device;
}