Skip to content

Commit

Permalink
Update examples/callback-completion/main.bal
Browse files Browse the repository at this point in the history
Co-authored-by: MohamedSabthar <sabtharugc0@gmail.com>
  • Loading branch information
1 parent 4d3498f commit 06e0334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/callback-completion/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ public function main() returns error? {
}
]
};
http:Response response= check automationClient->/callbacks/complete.post(batchCallbackCompletionRequest);

_ = check automationClient->/callbacks/complete.post(batchCallbackCompletionRequest);
}

0 comments on commit 06e0334

Please sign in to comment.