Skip to content

Commit

Permalink
drop omitempty (#413)
Browse files Browse the repository at this point in the history
Signed-off-by: Afek Berger <[email protected]>
  • Loading branch information
afek854 authored Dec 9, 2024
1 parent 24af4d2 commit 3a81fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armotypes/runtimeincidents.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type StackFrame struct {
// Arguments
Arguments []string `json:"arguments,omitempty" bson:"arguments,omitempty"`
// User/Kernel space
UserSpace bool `json:"userSpace,omitempty" bson:"userSpace,omitempty"`
UserSpace bool `json:"userSpace" bson:"userSpace"`
// Native/Source code
NativeCode *bool `json:"nativeCode,omitempty" bson:"nativeCode,omitempty"`
}
Expand Down

0 comments on commit 3a81fd5

Please sign in to comment.