diff options
Diffstat (limited to 'src/util/entities/Config.ts')
-rw-r--r-- | src/util/entities/Config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/entities/Config.ts b/src/util/entities/Config.ts index 606fe901..fc33bb65 100644 --- a/src/util/entities/Config.ts +++ b/src/util/entities/Config.ts @@ -8,4 +8,4 @@ export class ConfigEntity extends BaseClassWithoutId { @Column({ type: "simple-json", nullable: true }) value: number | boolean | null | string | undefined; -} \ No newline at end of file +} |