mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	chore: eslint max-len
This commit is contained in:
		
				
					committed by
					
						 Julian Lam
						Julian Lam
					
				
			
			
				
	
			
			
			
						parent
						
							5c2f0f0557
						
					
				
				
					commit
					cc9d6fd08b
				
			| @@ -168,7 +168,8 @@ Topics.deleteThumb = async (req, res) => { | ||||
| }; | ||||
|  | ||||
| async function checkThumbPrivileges({ tid, uid, res }) { | ||||
| 	// req.params.tid could be either a tid (pushing a new thumb to an existing topic) or a post UUID (a new topic being composed) | ||||
| 	// req.params.tid could be either a tid (pushing a new thumb to an existing topic) | ||||
| 	// or a post UUID (a new topic being composed) | ||||
| 	const isUUID = validator.isUUID(tid); | ||||
|  | ||||
| 	// Sanity-check the tid if it's strictly not a uuid | ||||
|   | ||||
		Reference in New Issue
	
	Block a user