Update doc
This commit is contained in:
		
							parent
							
								
									2fcf9288a5
								
							
						
					
					
						commit
						7942aa677f
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,8 @@ import getParams from '../../get-params';
 | 
			
		|||
 | 
			
		||||
export const meta = {
 | 
			
		||||
	desc: {
 | 
			
		||||
		ja: 'タイムラインを取得します。'
 | 
			
		||||
		ja: 'タイムラインを取得します。',
 | 
			
		||||
		en: 'Get timeline of myself.'
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	requireCredential: true,
 | 
			
		||||
| 
						 | 
				
			
			@ -67,9 +68,6 @@ export const meta = {
 | 
			
		|||
	}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Get timeline of myself
 | 
			
		||||
 */
 | 
			
		||||
export default async (params: any, user: ILocalUser) => {
 | 
			
		||||
	const [ps, psErr] = getParams(meta, params);
 | 
			
		||||
	if (psErr) throw psErr;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue