ensure metadata exists on events

This commit is contained in:
Scott Bell
2024-12-17 10:21:48 +01:00
parent aaa2e43796
commit 2ba6bc9c73
3 changed files with 5 additions and 8 deletions

View File

@ -41,7 +41,10 @@ class EventMetadataProvider {
{
key: 'message',
name: 'Message',
format: 'string'
format: 'string',
hints: {
label: 0
}
}
]
}