Skip to content

Commit

Permalink
chore: code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Nov 27, 2023
1 parent 7e29a4e commit e8e8871
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/earthengine/ee_worker_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ export const combineReducers = (types, unweighted) =>
(r, t, i) =>
i === 0
? createReducer(r, t, unweighted)
: r.combine({
reducer2: createReducer(ee.Reducer, t, unweighted),
sharedInputs: true,
}),
: r.combine(createReducer(ee.Reducer, t, unweighted), '', true),
ee.Reducer
)

Expand Down

0 comments on commit e8e8871

Please sign in to comment.