mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix to wait for the removal of item in i/registry/remove (#7101)
This commit is contained in:
		
							parent
							
								
									cbdd14fa82
								
							
						
					
					
						commit
						b224760aba
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -41,5 +41,5 @@ export default define(meta, async (ps, user) => {
 | 
			
		|||
		throw new ApiError(meta.errors.noSuchKey);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	RegistryItems.remove(item);
 | 
			
		||||
	await RegistryItems.remove(item);
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue