Skip to content

Commit 00c94a3

Browse files
committed
correct Dapr Input
Signed-off-by: B1F030 <[email protected]>
1 parent 7f2540e commit 00c94a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/core/v1beta2/serving_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ type DaprInput struct {
7171
}
7272

7373
type Input struct {
74-
Dapr *DaprInput `json:"dapr,omitemptyr"`
74+
Dapr *DaprInput `json:"dapr,omitempty"`
7575
}
7676

7777
type DaprOutput struct {

0 commit comments

Comments
 (0)