Skip to content

Commit

Permalink
feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed Sep 27, 2024
1 parent 87dda81 commit 33df924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firebase-vscode/src/data-connect/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { firebaseRC } from "../core/config";
import {
dataconnectDataplaneClient,
executeGraphQL,
DATACONNECT_API_VERSION,
} from "../../../src/dataconnect/dataplaneClient";
import {
ExecuteGraphqlRequest,
Expand Down Expand Up @@ -246,8 +247,7 @@ export class DataConnectService {
}
const client = new Client({
urlPrefix: endpoint,
apiVersion: "v1beta",
auth: true,
apiVersion: DATACONNECT_API_VERSION,
});
const resp = await executeGraphQL(client, servicePath, prodBody);
return this.handleEmulatorResponse(resp);
Expand Down

0 comments on commit 33df924

Please sign in to comment.