Skip to content

Commit 72afa86

Browse files
committed
pkg/aflow: fix up
1 parent 77d3da6 commit 72afa86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/aflow/journal/journal.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ type SpanEnd struct {
5757

5858
type EventFlowStart struct {
5959
SpanStart
60-
Name string
61-
Revision string
60+
Name string `json:"name"`
61+
Revision string `json:"revision"`
6262
Args map[string]any `json:"args"`
6363
}
6464

0 commit comments

Comments
 (0)