diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-27 19:12:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-27 19:12:15 +0900 |
| commit | 0f27b629244ebaba1036596ffd2044126de94d07 (patch) | |
| tree | 4001424f660328b413d978475d8bef8d692e6031 /src/models/note-reaction.ts | |
| parent | Update README.md (diff) | |
| download | misskey-0f27b629244ebaba1036596ffd2044126de94d07.tar.gz misskey-0f27b629244ebaba1036596ffd2044126de94d07.tar.bz2 misskey-0f27b629244ebaba1036596ffd2044126de94d07.zip | |
Update dependencies :rocket:
Diffstat (limited to 'src/models/note-reaction.ts')
| -rw-r--r-- | src/models/note-reaction.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/note-reaction.ts b/src/models/note-reaction.ts index f78b0d9d01..7891ebdf17 100644 --- a/src/models/note-reaction.ts +++ b/src/models/note-reaction.ts @@ -1,5 +1,5 @@ import * as mongo from 'mongodb'; -import $ from 'cafy'; import ID from '../../../../cafy-id'; +import $ from 'cafy'; import deepcopy = require('deepcopy'); import db from '../db/mongodb'; import Reaction from './note-reaction'; |