diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-02-01 15:48:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-01 15:48:50 +0900 |
| commit | d00e4433ee948e6487a1f86caa6e8d3900d64f60 (patch) | |
| tree | 65c3d90b2da4e1da32fd14c3464622bce8643903 | |
| parent | ノートをウォッチした後にメニューが開けなくなるのを... (diff) | |
| download | sharkey-d00e4433ee948e6487a1f86caa6e8d3900d64f60.tar.gz sharkey-d00e4433ee948e6487a1f86caa6e8d3900d64f60.tar.bz2 sharkey-d00e4433ee948e6487a1f86caa6e8d3900d64f60.zip | |
Fix test (#5801)
| -rw-r--r-- | src/models/entities/note.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models/entities/note.ts b/src/models/entities/note.ts index c77c7bd8d6..c359474811 100644 --- a/src/models/entities/note.ts +++ b/src/models/entities/note.ts @@ -1,6 +1,5 @@ import { Entity, Index, JoinColumn, Column, PrimaryColumn, ManyToOne } from 'typeorm'; import { User } from './user'; -import { App } from './app'; import { DriveFile } from './drive-file'; import { id } from '../id'; |