mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	chore: change ignore to expect
This commit is contained in:
		
							parent
							
								
									96180bb808
								
							
						
					
					
						commit
						ad1d3ccb75
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -49,7 +49,7 @@ export class MastodonApiServerService {
 | 
				
			||||||
			const dataObj = {};
 | 
								const dataObj = {};
 | 
				
			||||||
			const parsedData = new URLSearchParams(body as string);
 | 
								const parsedData = new URLSearchParams(body as string);
 | 
				
			||||||
			for (var pair of parsedData.entries()) {
 | 
								for (var pair of parsedData.entries()) {
 | 
				
			||||||
				//@ts-ignore
 | 
									//@ts-expect-error
 | 
				
			||||||
				dataObj[pair[0]] = pair[1];
 | 
									dataObj[pair[0]] = pair[1];
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			done(null, dataObj)
 | 
								done(null, dataObj)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue