[API] Fix bug
This commit is contained in:
		
							parent
							
								
									5da436a285
								
							
						
					
					
						commit
						a9a763f8c4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -14,8 +14,8 @@ module.exports = (app: express.Application) => { | ||||||
| 		const user = await User.findOneAndUpdate({ | 		const user = await User.findOneAndUpdate({ | ||||||
| 			token: res.locals.user | 			token: res.locals.user | ||||||
| 		}, { | 		}, { | ||||||
| 			$unset: { | 			$set: { | ||||||
| 				twitter: '' | 				twitter: null | ||||||
| 			} | 			} | ||||||
| 		}); | 		}); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue