This commit is contained in:
syuilo 2018-09-10 02:20:09 +09:00
parent eb4f625bbd
commit a32071541a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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;