lint
All checks were successful
delpoy / build-and-deploy (push) Successful in 47s

This commit is contained in:
2023-11-30 23:25:04 +01:00
parent b932d88990
commit fc6fc097e9
7 changed files with 12 additions and 11 deletions

View File

@@ -110,6 +110,7 @@ export class Settings extends Model {
@Column({
type: DataTypes.STRING,
allowNull: false,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
get(this: Settings): any {
const value = this.getDataValue('value');
return value != null ? JSON.parse(value) : null;