[API] Fix bug
This commit is contained in:
		
							parent
							
								
									7435dfcacf
								
							
						
					
					
						commit
						3fd2a68a45
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -96,9 +96,15 @@ module.exports = (params) => | |||
| 	}); | ||||
| 
 | ||||
| 	// Delete session
 | ||||
| 
 | ||||
| 	/* https://github.com/Automattic/monk/issues/178 | ||||
| 	AuthSess.deleteOne({ | ||||
| 		_id: session._id | ||||
| 	}); | ||||
| 	*/ | ||||
| 	AuthSess.remove({ | ||||
| 		_id: session._id | ||||
| 	}); | ||||
| 
 | ||||
| 	// Response
 | ||||
| 	res({ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue