Skip to content

Commit

Permalink
revert historical boolean
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Jun 7, 2023
1 parent 6701c8e commit e0179e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/expressions/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getAnomalies = async (
endTime,
detectorId,
undefined,
true
false
);
let anomalySummaryResponse;
if (resultIndex === '') {
Expand Down

0 comments on commit e0179e7

Please sign in to comment.