mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	chore(backend): validateNoteの結果Errorはそのままthrowする
理由がわからないため
This commit is contained in:
		
							parent
							
								
									f4a5740412
								
							
						
					
					
						commit
						1b064d7e30
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -129,7 +129,7 @@ export class ApNoteService {
 | 
			
		|||
				value,
 | 
			
		||||
				object,
 | 
			
		||||
			});
 | 
			
		||||
			throw new Error('invalid note');
 | 
			
		||||
			throw err;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		const note = object as IPost;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue