Skip to content

Commit

Permalink
ignoring devMode flag (reactplay#1013)
Browse files Browse the repository at this point in the history
Co-authored-by: Koustov Maitra <[email protected]>
  • Loading branch information
koustov and koustov-maitra-mf committed Feb 27, 2023
1 parent 04a4132 commit 47ab94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/services/request/query/fetch-plays-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const FetchPlaysFilter = {

const clause = {
operator: 'and',
conditions: !env && !preview ? [defaultClause] : []
conditions: []
};

Object.keys(Obj).forEach((key) => {
Expand Down

0 comments on commit 47ab94e

Please sign in to comment.