minor
This commit is contained in:
		
							parent
							
								
									b246c8e0f2
								
							
						
					
					
						commit
						8d5eaaf8a7
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -35,6 +35,9 @@ router.get("/api/push/:pushToken", async (request, response) => { | |||
|         bean.status = UP; | ||||
|         bean.msg = msg; | ||||
| 
 | ||||
|         // TODO: HOW TO?
 | ||||
|         //bean.ping
 | ||||
| 
 | ||||
|         await R.store(bean); | ||||
| 
 | ||||
|         io.to(monitor.user_id).emit("heartbeat", bean.toJSON()); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue