Skip to content

Commit f4dd4ca

Browse files
committed
refactor: remove unused personal table settings functionality and helper
1 parent aaf4d67 commit f4dd4ca

4 files changed

Lines changed: 0 additions & 15 deletions

File tree

backend/src/common/data-injection.tokens.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export enum UseCaseType {
7676

7777
FIND_PERSONAL_TABLE_SETTINGS = 'FIND_PERSONAL_TABLE_SETTINGS',
7878
CREATE_UPDATE_PERSONAL_TABLE_SETTINGS = 'CREATE_UPDATE_PERSONAL_TABLE_SETTINGS',
79-
DELETE_PERSONAL_TABLE_SETTINGS = 'DELETE_PERSONAL_TABLE_SETTINGS',
8079

8180
GET_HELLO = 'GET_HELLO',
8281

backend/src/entities/table-settings/personal-table-settings/use-cases/personal-table-settings.use-cases.interface.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,3 @@ export interface ICreateUpdatePersonalTableSettings {
1616
inTransaction: InTransactionEnum,
1717
): Promise<FoundPersonalTableSettingsDto>;
1818
}
19-
20-
export interface IDeletePersonalTableSettings {
21-
execute(
22-
inputData: FindPersonalTableSettingsDs,
23-
inTransaction: InTransactionEnum,
24-
): Promise<FoundPersonalTableSettingsDto>;
25-
}

backend/src/helpers/get-master-password.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

backend/src/helpers/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export { binaryToHex, isBinary } from './binary-to-hex.js';
22
export { checkFieldAutoincrement } from './check-field-autoincrement.js';
33
export { compareArrayElements } from './compare-array-elements.js';
4-
export { getMasterPwd } from './get-master-password.js';
54
export { getPropertyValueByDescriptor } from './get-property-value-by-descriptor.js';
65
export { getUniqArrayStrings } from './get-uniq-array-strings.js';
76
export { isConnectionEntityAgent, isConnectionTypeAgent } from './is-connection-entity-agent.js';

0 commit comments

Comments
 (0)