Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 6, 2024
1 parent 8b6ee89 commit 6eaa97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ func (tk *TestKeys) MeasurementSummaryKeys() model.MeasurementSummaryKeys {
httpBlocking := tk.TelegramHTTPBlocking
webBlocking := tk.TelegramWebFailure != nil
sk.HTTPBlocking = httpBlocking
sk.TCPBlocking = tcpBlocking
sk.WebBlocking = webBlocking
sk.TCPBlocking = tcpBlocking
sk.IsAnomaly = webBlocking || httpBlocking || tcpBlocking
return sk
}
Expand Down

0 comments on commit 6eaa97b

Please sign in to comment.