diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-02 13:00:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 13:00:42 +0900 |
| commit | 0781c0886e85275c654f3d2d5a141118526d62ea (patch) | |
| tree | d32620bf206288b204060672a0088b4b0c7fa5eb /src/server/api/endpoints/i/update_client_setting.ts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | Abolish common and misc directories (diff) | |
| download | misskey-0781c0886e85275c654f3d2d5a141118526d62ea.tar.gz misskey-0781c0886e85275c654f3d2d5a141118526d62ea.tar.bz2 misskey-0781c0886e85275c654f3d2d5a141118526d62ea.zip | |
Merge pull request #1361 from akihikodaki/misc
Abolish common and misc directories
Diffstat (limited to 'src/server/api/endpoints/i/update_client_setting.ts')
| -rw-r--r-- | src/server/api/endpoints/i/update_client_setting.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/endpoints/i/update_client_setting.ts b/src/server/api/endpoints/i/update_client_setting.ts index 79789e6640..263ac6d07d 100644 --- a/src/server/api/endpoints/i/update_client_setting.ts +++ b/src/server/api/endpoints/i/update_client_setting.ts @@ -3,7 +3,7 @@ */ import $ from 'cafy'; import User, { pack } from '../../../../models/user'; -import event from '../../../../common/event'; +import event from '../../../../event'; /** * Update myself |