Skip to content

Commit

Permalink
TODO: Improve autorization then test to see if still required
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jan 31, 2024
1 parent 14f320e commit c27bece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ async function applyQuery(filter, element) {
if (!value && element.value !== undefined)
value = await element.getValue() || '';

// TODO: Improve autorization then test to see if still required
if (!value && element.value === '$user_id')
value = '$user_id'

Expand Down

0 comments on commit c27bece

Please sign in to comment.