This commit is contained in:
Peter Hedenskog 2024-10-09 16:45:40 +02:00 committed by GitHub
parent 7d6a676951
commit 5b7573b02d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ function shouldIgnoreMessage(message) {
'graphite.setup',
'influxdb.setup',
'grafana.setup',
'sustainable.setup'
'sustainable.setup',
'crux.setup'
].includes(message.type);
}