fix: faithful response to startCollectibleEntry
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / build (pull_request) Successful in 1m7s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / build (pull_request) Successful in 1m7s
				
			This commit is contained in:
		
							parent
							
								
									4fa07a1319
								
							
						
					
					
						commit
						ed9b396cd0
					
				@ -17,7 +17,7 @@ export const startCollectibleEntryController: RequestHandler = async (req, res)
 | 
				
			|||||||
        IncentiveStates: request.other
 | 
					        IncentiveStates: request.other
 | 
				
			||||||
    });
 | 
					    });
 | 
				
			||||||
    await inventory.save();
 | 
					    await inventory.save();
 | 
				
			||||||
    res.status(200).end();
 | 
					    res.send(`target = ${request.target}key = 0key = 1{"Target":"${request.target}"}`);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
interface IStartCollectibleEntryRequest {
 | 
					interface IStartCollectibleEntryRequest {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user