forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
eb4f625bbd
commit
a32071541a
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue