Skip to content

Commit

Permalink
Fixed passing logger
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutjhunjhunwala committed Sep 25, 2024
1 parent fd71dbc commit 5487bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function analyzeDegradedField({
lastBackingIndex,
logger,
}),
getDataStreamSettings({ datasetQualityESClient, dataStream, lastBackingIndex, logger }),
getDataStreamSettings({ datasetQualityESClient, dataStream, lastBackingIndex }),
]);

return {
Expand Down

0 comments on commit 5487bcf

Please sign in to comment.