Skip to content

Commit fd4ffb5

Browse files
committed
address await and reject grouping comment
1 parent fb5a3de commit fd4ffb5

File tree

2 files changed

+240
-282
lines changed

2 files changed

+240
-282
lines changed

src/data-connect/data-connect-api-client-internal.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ export class DataConnectApiClient {
136136
...(options?.impersonate && { extensions: { impersonate: options?.impersonate } }),
137137
};
138138
const url = await this.getUrl(API_VERSION, this.connectorConfig.location, this.connectorConfig.serviceId, endpoint);
139-
140139
try {
141140
const resp = await this.makeGqlRequest<GraphqlResponse>(url, data);
142141
return resp;
@@ -216,7 +215,6 @@ export class DataConnectApiClient {
216215
endpoint,
217216
this.connectorConfig.connector,
218217
);
219-
220218
try {
221219
const resp = await this.makeGqlRequest<GraphqlResponse>(url, data);
222220
return resp;

0 commit comments

Comments
 (0)