Skip to content

Commit

Permalink
Fix query filter
Browse files Browse the repository at this point in the history
Fixed the query filter for the positive test flow.
  • Loading branch information
Rool committed Dec 13, 2021
1 parent cc986ce commit 59e4673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private extension EventMode {
var queryFilterValue: String {
switch self {
case .paperflow: return "" // Not used
case .positiveTest: return "positivetest"
case .positiveTest: return "positivetest,recovery"
case .recovery: return "positivetest,recovery"
case .test: return "negativetest"
case .vaccination: return "vaccination"
Expand Down

0 comments on commit 59e4673

Please sign in to comment.