mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +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 {
|
||||
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);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user