Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 92dbe33

Browse files
committed
fix zinnia activity call
1 parent 7b4444c commit 92dbe33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class ActivityState {
1616
onSuccess () {
1717
if (!this.#ok) {
1818
this.#ok = true
19-
Zinnia.activity.success('SPARK retrieval reporting resumed')
19+
Zinnia.activity.info('SPARK retrieval reporting resumed')
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)