fix: removal object fetching

This commit is contained in:
아르페 2024-02-16 13:53:51 +09:00 committed by 무라쿠모
parent 82a7cdb204
commit a5fd3dd7fc
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
8 changed files with 24 additions and 22 deletions

View file

@ -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')