Fix StrippedEvent JSON coder

pull/31/head
Bram 2024-07-13 09:39:14 +02:00
parent 39f8021a8f
commit 1eb07377fd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ coder =
}
)
(Json.field.required
{ fieldName = "eventType"
{ fieldName = "type"
, toField = .eventType
, description =
[ "Event type, generally namespaced using the Java package naming convention."