oops
This commit is contained in:
		
							parent
							
								
									6600b2897e
								
							
						
					
					
						commit
						2d11b3967e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -29,11 +29,11 @@ module.exports = (params, me) => new Promise(async (res, rej) => {
 | 
				
			||||||
	if (sort) {
 | 
						if (sort) {
 | 
				
			||||||
		if (sort == '+follower') {
 | 
							if (sort == '+follower') {
 | 
				
			||||||
			_sort = {
 | 
								_sort = {
 | 
				
			||||||
				followers_count: 1
 | 
									followers_count: -1
 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
		} else if (sort == '-follower') {
 | 
							} else if (sort == '-follower') {
 | 
				
			||||||
			_sort = {
 | 
								_sort = {
 | 
				
			||||||
				followers_count: -1
 | 
									followers_count: 1
 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue