Skip to content

Commit

Permalink
Update examples/alternate-receive/alternate_receive.bal
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Aug 21, 2024
1 parent 508bcda commit 6a29e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/alternate-receive/alternate_receive.bal
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ function getFirstFetched(string url1, string url2) returns string? {

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 6a29e3d

Please sign in to comment.