From 616f73d8c6ba5a7fa11818cb6f4f1aa83c1b93a7 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 4 Feb 2020 12:12:02 +0000 Subject: [PATCH] forgive me, o great linter --- src/crypto/verification/Base.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/crypto/verification/Base.js b/src/crypto/verification/Base.js index dd45e4218..c319bb188 100644 --- a/src/crypto/verification/Base.js +++ b/src/crypto/verification/Base.js @@ -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.