forked from OpenWF/SpaceNinjaServer
		
	fix: faithful response to startCollectibleEntry (#2796)
Closes #2795 Reviewed-on: OpenWF/SpaceNinjaServer#2796 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									a2abf6db8f
								
							
						
					
					
						commit
						05fbefa7f4
					
				@ -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