diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-10 02:20:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-10 02:20:09 +0900 |
| commit | a32071541a0f76c25a8246e1d324f912a6843cfc (patch) | |
| tree | c863f912da8120176ba7bf0eb3d34f53dda77e7c /src/server/api/endpoints | |
| parent | Fix #2096 (diff) | |
| download | sharkey-a32071541a0f76c25a8246e1d324f912a6843cfc.tar.gz sharkey-a32071541a0f76c25a8246e1d324f912a6843cfc.tar.bz2 sharkey-a32071541a0f76c25a8246e1d324f912a6843cfc.zip | |
Clean up
Diffstat (limited to 'src/server/api/endpoints')
| -rw-r--r-- | src/server/api/endpoints/notes/hybrid-timeline.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/api/endpoints/notes/hybrid-timeline.ts b/src/server/api/endpoints/notes/hybrid-timeline.ts index 0eb7b61830..5e39d8c78a 100644 --- a/src/server/api/endpoints/notes/hybrid-timeline.ts +++ b/src/server/api/endpoints/notes/hybrid-timeline.ts @@ -79,9 +79,6 @@ export const meta = { } }; -/** - * Get hybrid timeline of myself - */ export default async (params: any, user: ILocalUser) => { const [ps, psErr] = getParams(meta, params); if (psErr) throw psErr; |