mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
const-antly annoying linter
although it's a valid complaint here
This commit is contained in:
parent
312143315b
commit
b35d56167e
@ -116,7 +116,7 @@ export async function startTermsFlow(
|
||||
}
|
||||
|
||||
// if there's anything left to agree to, prompt the user
|
||||
let numAcceptedBeforeAgreement = agreedUrlSet.size;
|
||||
const numAcceptedBeforeAgreement = agreedUrlSet.size;
|
||||
if (unagreedPoliciesAndServicePairs.length > 0) {
|
||||
const newlyAgreedUrls = await interactionCallback(unagreedPoliciesAndServicePairs, [...agreedUrlSet]);
|
||||
console.log("User has agreed to URLs", newlyAgreedUrls);
|
||||
|
Loading…
x
Reference in New Issue
Block a user