Skip to content

Commit

Permalink
Update examples/multiple-receive/multiple_receive.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Sasindu Alahakoon <47134066+SasinduDilshara@users.noreply.github.com>
  • Loading branch information
poorna2152 and SasinduDilshara committed Aug 21, 2024
1 parent 486a10f commit 21311a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple-receive/multiple_receive.bal
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public function main() {

function fetch(string url) returns string|error {
http:Client cl = check new (url);
Response {args: {'worker: 'worker}} = check cl->get("");
Response {args: {'worker}} = check cl->get("");
return 'worker;
}

0 comments on commit 21311a6

Please sign in to comment.