Skip to content

Commit

Permalink
fix zinnia activity call
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed May 31, 2023
1 parent 7b4444c commit 92dbe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spark.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ActivityState {
onSuccess () {
if (!this.#ok) {
this.#ok = true
Zinnia.activity.success('SPARK retrieval reporting resumed')
Zinnia.activity.info('SPARK retrieval reporting resumed')
}
}
}
Expand Down

0 comments on commit 92dbe33

Please sign in to comment.