1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

forgive me, o great linter

This commit is contained in:
David Baker
2020-02-04 12:12:02 +00:00
parent cf94527bd5
commit 616f73d8c6

View File

@@ -303,7 +303,10 @@ export class VerificationBase extends EventEmitter {
throw new Error("No devices could be verified");
}
logger.info("Verification completed! Marking devices verified: ", verifiedDevices);
logger.info(
"Verification completed! Marking devices verified: ",
verifiedDevices,
);
// TODO: There should probably be a batch version of this, otherwise it's going
// to upload each signature in a separate API call which is silly because the
// API supports as many signatures as you like.