Skip to content

Commit ef85ec4

Browse files
authored
Revert "Revert "Revert "Revert "Revert "HCK-10923: allow reverse-engineering …" (#87)
This reverts commit 36eb3a2.
1 parent 98829f6 commit ef85ec4

File tree

7 files changed

+345
-408
lines changed

7 files changed

+345
-408
lines changed

api/re.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

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 = await connectionHelper.connect(connectionInfo);
22+
const connection = connectionHelper.connect(connectionInfo);
2323
const dataLocation = connectionInfo.containerData?.[0]?.dataLocation;
2424
const location = dataLocation === 'default' ? '' : dataLocation;
2525

0 commit comments

Comments
 (0)