Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fixed bug in sequential panels of statistics query
Browse files Browse the repository at this point in the history
  • Loading branch information
f-marino committed Nov 28, 2022
1 parent 0da33a0 commit 099bc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datasource/statistics_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (ds I2b2DataSource) StatisticsQuery(userID string, params *models.Statistic
Timing: params.Constraint.Timing,
SelectionPanels: append(params.Constraint.SelectionPanels, analytePanel),
SequentialOperators: params.Constraint.SequentialOperators,
SequentialPanels: params.Constraint.SelectionPanels,
SequentialPanels: params.Constraint.SequentialPanels,
},
})

Expand Down

0 comments on commit 099bc03

Please sign in to comment.