Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Paseltiner <apaseltiner@google.com>
  • Loading branch information
feifeiji89 and apasel422 authored Sep 16, 2024
1 parent 243d4a1 commit af50d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/header-validator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ document.querySelector('#linkify')!.addEventListener('click', () => {
}

url.searchParams.set('flex', flexCheckbox.checked.toString())
url.searchParams.set('aggregatableBucket', flexCheckbox.checked.toString())
url.searchParams.set('aggregatableBucket', aggregatableBucketCheckbox.checked.toString())

void navigator.clipboard.writeText(url.toString())
})
Expand Down

0 comments on commit af50d35

Please sign in to comment.