Skip to content

Commit 109bf5c

Browse files
committed
remove unused on_error_reported notification event from configuration
1 parent f079571 commit 109bf5c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ notification:
103103
# Whether to create a notification when a node posts new measurements.
104104
# This is recommended for testing purposes, as it can be quite spammy.
105105
on_measurements_posted: false
106-
107-
# Whether to create a notification when a node reports an error.
108-
on_error_reported: true
109106
```
110107
111108
## Database support

src/server/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ pub struct NotificationEventsConfig {
7676
pub on_update_success: bool,
7777
pub on_update_failed: bool,
7878
pub on_measurements_posted: bool,
79-
pub on_error_reported: bool,
8079
}
8180

8281
#[derive(Debug, Serialize, Deserialize)]

0 commit comments

Comments
 (0)