Skip to content

Commit

Permalink
fix: remove visual method from 127489 normal state
Browse files Browse the repository at this point in the history
Normal state should have method array as empty, because it should
not result in any notifications.
  • Loading branch information
tkurki committed Jun 28, 2024
1 parent 845b072 commit 82dcc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgns/127489.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function generateMappingsForStatus (field, notifications) {
} else {
return {
state: 'normal',
method: ['visual'],
method: [],
message:
util.format(notif.message, skEngineTitle(n2k)) + ' is Normal'
}
Expand Down

0 comments on commit 82dcc19

Please sign in to comment.