So I have the `thingy` key ```json { // ... "httpEtag": "\"9dc673463c0e68b0d7eb86708309f232\"",
So I have the
Since the
If I change
thingy keySince the
etag is 9dc673463c0e68b0d7eb86708309f232, I'd expect that a put() with onlyIf.etagDoesNotMatch: '9dc673463c0e68b0d7eb86708309f232' would do nothing - but instead throws an internal error.If I change
.put to .get and remove 'waffles', conditionals work as expected

