mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-26 23:30:22 +01:00
Fix test (#5801)
This commit is contained in:
parent
2c1b26a988
commit
d00e4433ee
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { Entity, Index, JoinColumn, Column, PrimaryColumn, ManyToOne } from 'typeorm';
|
import { Entity, Index, JoinColumn, Column, PrimaryColumn, ManyToOne } from 'typeorm';
|
||||||
import { User } from './user';
|
import { User } from './user';
|
||||||
import { App } from './app';
|
|
||||||
import { DriveFile } from './drive-file';
|
import { DriveFile } from './drive-file';
|
||||||
import { id } from '../id';
|
import { id } from '../id';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue