Skip to content

Commit

Permalink
Merge pull request #120 from ballerina-platform/add-contentType
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanSS authored Nov 22, 2022
2 parents 7a4273e + 48b9d0b commit 9000eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asb-ballerina/message.bal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public type Message record {|
@display {label: "Body"}
string|xml|json|byte[] body;
@display {label: "Content Type"}
string contentType?;
string contentType = TEXT;
@display {label: "Message Id"}
string messageId?;
@display {label: "To"}
Expand Down

0 comments on commit 9000eb1

Please sign in to comment.