abreits / amqp-ts

AmqpSimple, a RabbitMQ tested Amqp library written in and for Typescript
MIT License
131 stars 42 forks source link

wrong number of haakjes :) #2

Closed marpan70 closed 8 years ago

marpan70 commented 8 years ago

The example lists the following example code queue.activateConsumer((message) => { Should end with }) instead of }

abreits commented 8 years ago

Thank you, fixed!