Skip to content

Commit

Permalink
fix validate issue
Browse files Browse the repository at this point in the history
Signed-off-by: Camille Dela Rosa <[email protected]>
  • Loading branch information
cmay-zh committed Dec 11, 2024
1 parent 0dfc2e5 commit a1b26f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/nats_jetstream_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type jetStreamCluster struct {
}

type accountDetail struct {
Id string `json:id`
Id string `json:"id"`
Name string `json:"name"`
Streams []*streamDetail `json:"stream_detail"`
}
Expand Down

0 comments on commit a1b26f7

Please sign in to comment.