Skip to content

Commit

Permalink
Fix fetchActiveAnalyses parameters (#3093)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr authored May 14, 2024
1 parent 8234bc9 commit 74b6dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export default {
return
}
const lastActiveCount = this.activeAnalyses.length
const activeAnalyses = await this.fetchActiveAnalyses(this.$store, this.sketch.id)
const activeAnalyses = await this.fetchActiveAnalyses(this.sketch.id)
// Refetch analyzer results if some analyzer finished.
if (lastActiveCount !== activeAnalyses.length) {
Expand Down

0 comments on commit 74b6dee

Please sign in to comment.