Skip to content

Commit

Permalink
Update ballerina/client.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
aashikam and NipunaRanasinghe authored Jun 6, 2024
1 parent c9a5b83 commit 6e6de34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ballerina/client.bal
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,7 @@ public isolated client class Client {
# + bulkJobId - Id of the bulk job
# + maxRecords - The maximum number of records to retrieve per set of results for the query
# + return - The resulting string[][] if successful else `error`
isolated remote function getQueryResult(string bulkJobId, int? maxRecords = ())
returns string[][]|error {
isolated remote function getQueryResult(string bulkJobId, int? maxRecords = ()) returns string[][]|error {

string path = "";
string batchingParams = "";
Expand Down

0 comments on commit 6e6de34

Please sign in to comment.