const-antly annoying linter

although it's a valid complaint here
This commit is contained in:
Travis Ralston 2019-09-10 11:16:45 -06:00
parent 312143315b
commit b35d56167e

View file

@ -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);