We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088afa7 commit 1ce096dCopy full SHA for 1ce096d
docs/index.md
@@ -138,7 +138,7 @@ class Csv2CborHttpEndpoint[F[_]](implicit F: Async[F]) extends Http4sDsl[F] {
138
}
139
140
private def toCbor(row: Row): CborValue =
141
- CborValue.Array(row.values.toList.map(CborValue.TextString(_)), false)
+ CborValue.Array(row.values.toList.map(CborValue.TextString(_)), indefinite = false)
142
143
```
144
@@ -207,4 +207,4 @@ curl -s -X "POST" "http://localhost:8080/prettyJson" \
207
},
208
"d": 1
209
210
-```
+```
0 commit comments