forked from OpenWF/SpaceNinjaServer
		
	fix: close connection for dating saveDialogue request (#1873)
Missing fix for #1852 Reviewed-on: OpenWF/SpaceNinjaServer#1873 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
							
								
									ca1b6c31b6
								
							
						
					
					
						commit
						de36e2ee8d
					
				@ -72,6 +72,8 @@ export const saveDialogueController: RequestHandler = async (req, res) => {
 | 
			
		||||
                InventoryChanges: inventoryChanges,
 | 
			
		||||
                AvailableGiftDate: { $date: { $numberLong: tomorrowAt0Utc.toString() } }
 | 
			
		||||
            });
 | 
			
		||||
        } else {
 | 
			
		||||
            res.end();
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user