We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4d9db commit 05d8e02Copy full SHA for 05d8e02
javascript-nodejs/src/send.js
@@ -4,7 +4,7 @@ var amqp = require('amqplib');
4
var when = require('when');
5
6
var conn = amqp.connect('amqp://localhost');
7
-var ch = conn.then(createChannel).then(null, console.warn);
+conn.then(createChannel).then(null, console.warn);
8
9
function createChannel(conn) {
10
return when(
0 commit comments