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");
99const { functionsList, functionsGetDeploymentDownload, functionsListDeployments } = require("./functions");
1010const { sitesList, sitesGetDeploymentDownload, sitesListDeployments } = require("./sites");
1111const { databasesGet, databasesListCollections, databasesList } = require("./databases");
12- const { tablesDBList, tablesDBget , tablesDBListTables } = require("./tables-db");
12+ const { tablesDBList, tablesDBGet , tablesDBListTables } = require("./tables-db");
1313const { storageListBuckets } = require("./storage");
1414const { localConfig } = require("../config");
1515const { paginate } = require("../paginate");
@@ -364,7 +364,7 @@ const pullTable = async () => {
364364 }
365365
366366 for (const databaseId of databases) {
367- const database = await tablesDBget ({
367+ const database = await tablesDBGet ({
368368 databaseId,
369369 parseOutput: false
370370 });
You can’t perform that action at this time.
0 commit comments