feathersjs-ecosystem / feathers-sync

Synchronize service events between Feathers application instances
MIT License
221 stars 41 forks source link

fix(redis): fix debug message for redis uri #192

Closed green3g closed 1 year ago

green3g commented 1 year ago

Summary

This fixes a typo in the redis url debug message.

(If you have not already please refer to the contributing guideline as described here)

If so, please mention them to keep the conversations linked together.

Other Information

If there's anything else that's important and relevant to your pull request, mention that information here. This could include benchmarks, or other information.

Your PR will be reviewed by a core team member and they will work with you to get your changes merged in a timely manner. If merged your PR will automatically be added to the changelog in the next release.

If your changes involve documentation updates please mention that and link the appropriate PR in feathers-docs.

Thanks for contributing to Feathers! :heart:

daffl commented 1 year ago

It took me a while to figure out why this was needed but it totally makes sense.

green3g commented 1 year ago

Haha yeah i stared at that for a while too before i figured it out.