Merge remote-tracking branch 'upstream/master' into devel
This commit is contained in:
		
						commit
						8630cd8df6
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@
 | 
			
		|||
		"@types/mocha": "5.2.3",
 | 
			
		||||
		"@types/mongodb": "3.1.2",
 | 
			
		||||
		"@types/ms": "0.7.30",
 | 
			
		||||
		"@types/node": "10.5.4",
 | 
			
		||||
		"@types/node": "10.5.5",
 | 
			
		||||
		"@types/parse5": "5.0.0",
 | 
			
		||||
		"@types/portscanner": "2.1.0",
 | 
			
		||||
		"@types/pug": "2.0.4",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,6 +8,6 @@ export default function(request: websocket.request, connection: websocket.connec
 | 
			
		|||
 | 
			
		||||
	// Subscribe stream
 | 
			
		||||
	subscriber.on(`user-list-stream:${listId}`, data => {
 | 
			
		||||
		connection.send(data);
 | 
			
		||||
		connection.send(JSON.stringify(data));
 | 
			
		||||
	});
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue