Skip to content

Commit

Permalink
feat(packages/sui-pde): update default adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Oct 9, 2024
1 parent 068cd7e commit 22f0f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sui-pde/src/adapters/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default class DefaultAdapter {
return null
}

decide() {
return null
decide({name}) {
return {enabled: false, flagKey: name}
}

updateConsents() {
Expand Down

0 comments on commit 22f0f14

Please sign in to comment.