File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
templates/cli/lib/commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const { projectsGet } = require("./projects");
9
9
const { functionsList, functionsGetDeploymentDownload, functionsListDeployments } = require("./functions");
10
10
const { sitesList, sitesGetDeploymentDownload, sitesListDeployments } = require("./sites");
11
11
const { databasesGet, databasesListCollections, databasesList } = require("./databases");
12
- const { tablesDBList, tablesDBget , tablesDBListTables } = require("./tables-db");
12
+ const { tablesDBList, tablesDBGet , tablesDBListTables } = require("./tables-db");
13
13
const { storageListBuckets } = require("./storage");
14
14
const { localConfig } = require("../config");
15
15
const { paginate } = require("../paginate");
@@ -364,7 +364,7 @@ const pullTable = async () => {
364
364
}
365
365
366
366
for (const databaseId of databases) {
367
- const database = await tablesDBget ({
367
+ const database = await tablesDBGet ({
368
368
databaseId,
369
369
parseOutput: false
370
370
});
You can’t perform that action at this time.
0 commit comments