From 6e6de34cad571d8ab3481ad56799a88bf97fa6a2 Mon Sep 17 00:00:00 2001 From: Arshika Mohottige Date: Thu, 6 Jun 2024 21:37:36 +0530 Subject: [PATCH] Update ballerina/client.bal Co-authored-by: Nipuna Ransinghe --- ballerina/client.bal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ballerina/client.bal b/ballerina/client.bal index 62470d43..07cb5776 100644 --- a/ballerina/client.bal +++ b/ballerina/client.bal @@ -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 = "";