Skip to content

Conversation

wlemkows
Copy link
Contributor

No description provided.

@wlemkows wlemkows requested a review from a team as a code owner August 14, 2025 08:13
function updateToggleURL(toggleId, config, url) {
const isEnabled = isToggleEnabled(toggleId);

if (config.invertUrlParam) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think you could just compare isEnabled to the defaultValue here. This way, you wouldn't need inverUrlParam at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@wlemkows
Copy link
Contributor Author

@intel/llvm-gatekeepers Please merge.

@uditagarwal97 uditagarwal97 merged commit 91c0446 into intel:sycl Aug 18, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants