mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
Fix string in logger
This commit is contained in:
parent
f54a4d107e
commit
d60214da10
@ -18,7 +18,7 @@ import {VerificationEventTypes} from "../channel/types";
|
|||||||
|
|
||||||
export class SendDoneStage extends BaseSASVerificationStage {
|
export class SendDoneStage extends BaseSASVerificationStage {
|
||||||
async completeStage() {
|
async completeStage() {
|
||||||
await this.log.wrap("VerifyMacStage.completeStage", async (log) => {
|
await this.log.wrap("SendDoneStage.completeStage", async (log) => {
|
||||||
await this.channel.send(VerificationEventTypes.Done, {}, log);
|
await this.channel.send(VerificationEventTypes.Done, {}, log);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user