diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-04 14:52:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-04 14:52:33 +0900 |
| commit | bcd65d290d25219631bb47570478378a698d0fa0 (patch) | |
| tree | de3630065fcddeb1916668ef3b0b43a219340e2e /src/api/endpoints/users/posts.ts | |
| parent | wip (diff) | |
| download | sharkey-bcd65d290d25219631bb47570478378a698d0fa0.tar.gz sharkey-bcd65d290d25219631bb47570478378a698d0fa0.tar.bz2 sharkey-bcd65d290d25219631bb47570478378a698d0fa0.zip | |
wip
Diffstat (limited to 'src/api/endpoints/users/posts.ts')
| -rw-r--r-- | src/api/endpoints/users/posts.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/endpoints/users/posts.ts b/src/api/endpoints/users/posts.ts index 285e5bc46c..0c8bceee3d 100644 --- a/src/api/endpoints/users/posts.ts +++ b/src/api/endpoints/users/posts.ts @@ -2,8 +2,8 @@ * Module dependencies */ import $ from 'cafy'; -import Post from '../../models/post'; -import User, { pack } from '../../models/user'; +import Post, { pack } from '../../models/post'; +import User from '../../models/user'; /** * Get posts of a user |