We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is what I see in the messages via the app
{"id":"2d534b79f5b3a49900030ce0010394a1","key":[null,null,null,null,null,null,null],"value":1,"doc":{"_id":"2d534b79f5b3a49900030ce0010394a1","_rev":"1-378711d7c2b7856acfc9a5b026566ddd","user":{"id":"1357310172534","name":"vachon","room":"#dev","roles":["ops"]},"text":"yes","done":false,"room":"#dev","date":"2013-01-25T16:37:46.387Z"}} ]}
When looking at couchbase, you get:
{ "_id": "2d534b79f5b3a49900030ce0010394a1", "_rev": "1-378711d7c2b7856acfc9a5b026566ddd", "user": { "id": "1357310172534", "name": "vachon", "room": "#dev", "roles": [ "ops" ] }, "text": "yes", "done": false, "room": "#dev", "date": "2013-01-25T16:37:46.387Z" }
It looks to me like the date is no longer being parsed and blowing up.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is what I see in the messages via the app
When looking at couchbase, you get:
It looks to me like the date is no longer being parsed and blowing up.
The text was updated successfully, but these errors were encountered: