Skip to content

Commit

Permalink
Return empty obj to prevent destructuring errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
hussain-t committed Oct 22, 2024
1 parent b71a167 commit 7cac910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/modules/analytics-4/datastore/audiences.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@ const baseActions = {
} ) )
)
);

return {};
},
};

Expand Down

0 comments on commit 7cac910

Please sign in to comment.