Skip to content

Commit

Permalink
Update examples/Meeting_for_contacts/main.bal
Browse files Browse the repository at this point in the history
Co-authored-by: MohamedSabthar <sabtharugc0@gmail.com>
  • Loading branch information
ThisaraWeerakoon and MohamedSabthar authored Jan 10, 2025
1 parent 62c0840 commit 7f321e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Meeting_for_contacts/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function main() returns error? {

};
meeting:SimplePublicObject meetingResponse = check meetingClient->/.post(createPayload);
meetingId = meetingResponse.id;
string meetingId = meetingResponse.id;
io:println(`A meeting created associated to the contact (contactId:${contactId}) with id ${meetingId}`);

//get created meeting by id
Expand Down

0 comments on commit 7f321e0

Please sign in to comment.