fix: removal object fetching
This commit is contained in:
parent
82a7cdb204
commit
a5fd3dd7fc
8 changed files with 24 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import { Entity, Column, PrimaryColumn, Index } from 'typeorm';
|
||||
import { Entity, Column, PrimaryColumn } from 'typeorm';
|
||||
import { id } from './util/id.js';
|
||||
|
||||
@Entity('auto_removal_condition')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue