chore: remove unused code (#15499)

This commit is contained in:
Jason Rasmussen
2025-01-21 16:47:48 -05:00
committed by GitHub
parent 8440f146e2
commit 36058b9b59
8 changed files with 11 additions and 56 deletions
@@ -1,6 +1,7 @@
import { SystemConfig } from 'src/config';
import { StorageFolder, SystemMetadataKey } from 'src/enum';
import { Column, DeepPartial, Entity, PrimaryColumn } from 'typeorm';
import { DeepPartial } from 'src/types';
import { Column, Entity, PrimaryColumn } from 'typeorm';
@Entity('system_metadata')
export class SystemMetadataEntity<T extends keyof SystemMetadata = SystemMetadataKey> {