Skip to content

Commit

Permalink
Fix reference to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
apendua committed Feb 26, 2018
1 parent d4db058 commit 5442d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ ReactDOM.render(
- [ ] Out-of-the-box support for client-side joins
- [ ] Offline first

[travis-svg]: https://travis-ci.org/apendua/ddp.svg?branch=master
[travis-url]: https://travis-ci.org/apendua/ddp
[travis-svg]: https://travis-ci.org/apendua/ddp-redux.svg?branch=develop
[travis-url]: https://travis-ci.org/apendua/ddp-redux
[apollo-client-url]: https://github.com/apollographql/apollo-client
2 changes: 1 addition & 1 deletion ddp-redux/src/DDPError.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ class DDPError extends Error {
}

DDPError.ERROR_CONNECTION = 'ErrorConnection';
DDPError.ERROR_BAD_MESSAGE = 'ErrorBadMessage'
DDPError.ERROR_BAD_MESSAGE = 'ErrorBadMessage';

export default DDPError;

0 comments on commit 5442d52

Please sign in to comment.