mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	fix: remove .auth call
This commit is contained in:
		| @@ -69,10 +69,6 @@ connection.connect = async function (options) { | |||||||
| 		}).catch((err) => { | 		}).catch((err) => { | ||||||
| 			winston.error('Error connecting to Redis:', err); | 			winston.error('Error connecting to Redis:', err); | ||||||
| 		}); | 		}); | ||||||
|  |  | ||||||
| 		if (options.password) { |  | ||||||
| 			cxn.auth({ password: options.password }); |  | ||||||
| 		} |  | ||||||
| 	}); | 	}); | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user