refactor
This commit is contained in:
		| @@ -79,7 +79,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { | ||||
| 		private globalEventService: GlobalEventService, | ||||
| 	) { | ||||
| 		super(meta, paramDef, async (ps, me) => { | ||||
| 			if ((ps.keywords.length === 0) || (ps.keywords[0].filter(x => x !== '').length === 0)) { | ||||
| 			if ((ps.keywords.length === 0) || ps.keywords[0].every(x => x === '')) { | ||||
| 				throw new Error('invalid param'); | ||||
| 			} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo