diff --git a/examples/Meeting_for_contacts/main.bal b/examples/Meeting_for_contacts/main.bal index 87f1275..e856852 100644 --- a/examples/Meeting_for_contacts/main.bal +++ b/examples/Meeting_for_contacts/main.bal @@ -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