From 89d33ea98ac8107a4b7177aaba94f82aca22945f Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Mon, 15 Feb 2021 18:41:26 +0000 Subject: [PATCH] Removing unused stuff. --- packages/server/src/utilities/rowProcessor.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/server/src/utilities/rowProcessor.js b/packages/server/src/utilities/rowProcessor.js index c2885d8440..ceb31daa3b 100644 --- a/packages/server/src/utilities/rowProcessor.js +++ b/packages/server/src/utilities/rowProcessor.js @@ -4,10 +4,8 @@ const linkRows = require("../db/linkedRows") const { cloneDeep } = require("lodash/fp") const { FieldTypes, AutoFieldSubTypes } = require("../constants") const CouchDB = require("../db") -const { ViewNames } = require("../db/utils") const BASE_AUTO_ID = 1 -const USER_TABLE_ID = ViewNames.USERS /** * A map of how we convert various properties in rows to each other based on the row type. @@ -67,10 +65,6 @@ const TYPE_TRANSFORM_MAP = { }, } -function getAutoRelationshipName(table, columnName) { - return `${table.name}-${columnName}` -} - /** * This will update any auto columns that are found on the row/table with the correct information based on * time now and the current logged in user making the request.