Skip to content

Commit

Permalink
fix: evt attrs naming
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 16, 2024
1 parent 3adb087 commit b59d36f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service/messages/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ func (f Format) convertExtraAttrs(evt *pb.CloudEvent, mode FormatMode, trunc boo
case "awakariuserid": // do not expose
case "awkhash": // internal, useless
case "awkinternal": // internal
case "feedcategories":
case "feeddescription":
case "feedimagetitle":
case "feedimageurl":
case "feedtitle":
case "srccategories":
case "srcdescription":
case "srcimagetitle":
case "srcimageurl":
case "srctitle":
default:
switch vt := attrVal.Attr.(type) {
case *pb.CloudEventAttributeValue_CeBoolean:
Expand Down

0 comments on commit b59d36f

Please sign in to comment.