Skip to content

Commit 9ac140b

Browse files
committed
fix id label
1 parent 3922200 commit 9ac140b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/flow/block.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func (b *GenericBlock[T]) ToHeader() *Header {
7373
func (b *GenericBlock[T]) MarshalJSON() ([]byte, error) {
7474
return json.Marshal(struct {
7575
GenericBlock[T]
76-
ID Identifier `json:"id"`
76+
ID Identifier
7777
}{
7878
GenericBlock: *b,
7979
ID: b.ID(),

0 commit comments

Comments
 (0)