Skip to content

Commit 5cebfde

Browse files
authored
Revert "Revert "HCK-10923: allow reverse-engineering in the browser (#73)" (#77)" (#78)
This reverts commit b865e73.
1 parent b865e73 commit 5cebfde

7 files changed

Lines changed: 408 additions & 345 deletions

File tree

api/re.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('../reverse_engineering/api');

forward_engineering/helpers/applyToInstanceHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const execute = async (bigquery, query, location) => {
1919
const applyToInstance = async (connectionInfo, logger, app) => {
2020
const _ = app.require('lodash');
2121
const async = app.require('async');
22-
const connection = connectionHelper.connect(connectionInfo);
22+
const connection = await connectionHelper.connect(connectionInfo);
2323
const dataLocation = connectionInfo.containerData?.[0]?.dataLocation;
2424
const location = dataLocation === 'default' ? '' : dataLocation;
2525

0 commit comments

Comments
 (0)