Skip to content

Commit

Permalink
Update the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaiyarasiganeshalingam committed Aug 10, 2023
1 parent b647022 commit 150232b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function main() returns error? {
map<json> result2 = check xmldata:fromXml(xmlPayload);
io:println(result2);

// Sample
Appointments result3 = check xmldata:fromXml(xmlPayload);
io:println(result3);
}

0 comments on commit 150232b

Please sign in to comment.