Skip to content

Commit

Permalink
fix finder.close
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwizp committed May 3, 2021
1 parent 4a73c1c commit 7dae80b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ const doTelemetryFoVisualizations = async (
}
}
});

if (!response.saved_objects.length || response.total === response.saved_objects.length) {
await finder.close();
}
}
await finder.close();
};

const doTelemetryForByValueVisualizations = async (
Expand Down

0 comments on commit 7dae80b

Please sign in to comment.