Skip to content

Commit

Permalink
Add default value to severity
Browse files Browse the repository at this point in the history
Signed-off-by: Tim <[email protected]>
  • Loading branch information
Avarei committed Jun 29, 2024
1 parent 815b402 commit 78249aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkl/crossplane.contrib/CompositionResponse.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ResponseMeta {
/// A Result of running a Function.
class Result {
/// Severity of this result.
severity: Severity
severity: Severity = SEVERITY_UNSPECIFIED

/// Human-readable details about the result.
message: String
Expand Down

0 comments on commit 78249aa

Please sign in to comment.