mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-13 03:10:03 -05:00
1d152410db
Before:
```json
{"cb":[{"ref":"sha1-x"},lengthX,{"ref":"sha1-y"},lengthY]}
```
After:
```json
{"cb":["sha1-x",lengthX,"sha1-y",lengthY]}
```
Fixes #170