Skip to content

Commit

Permalink
Allow 0 in the ID sync container field.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Jun 3, 2024
1 parent 669c4a6 commit b7ca101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/components/overrides/overridesBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export const bridge = {
);
}

if (!overrides.com_adobe_identity?.idSyncContainerId) {
if (overrides.com_adobe_identity?.idSyncContainerId === "") {
delete overrides.com_adobe_identity;
}

Expand Down

0 comments on commit b7ca101

Please sign in to comment.