mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
fix lint errors
This commit is contained in:
parent
3842a1ee8c
commit
8da3b064b7
1 changed files with 1 additions and 1 deletions
|
@ -4,10 +4,10 @@
|
|||
*/
|
||||
|
||||
import { PrimaryColumn, Entity, Index, JoinColumn, Column, ManyToOne } from 'typeorm';
|
||||
import { DB_MAX_IMAGE_COMMENT_LENGTH } from '@/const.js';
|
||||
import { id } from './util/id.js';
|
||||
import { MiUser } from './User.js';
|
||||
import { MiDriveFolder } from './DriveFolder.js';
|
||||
import {DB_MAX_IMAGE_COMMENT_LENGTH} from "@/const.js";
|
||||
|
||||
@Entity('drive_file')
|
||||
@Index(['userId', 'folderId', 'id'])
|
||||
|
|
Loading…
Reference in a new issue