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