FirebaseExtended / firebase-queue

MIT License
786 stars 108 forks source link

Fix potential bug in docs examples #37

Closed tylermcginnis closed 8 years ago

tylermcginnis commented 8 years ago

When I have my first Queue instance be using queueRef and my second Queue instance be using tasksRef (like it is in the docs), the second spec never runs. However, if both Queues are using queueRef, it works as expected.

cbraynor commented 8 years ago

Thanks for the fix