We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dba037 commit d5b3dc5Copy full SHA for d5b3dc5
src/taoensso/sente.cljc
@@ -242,19 +242,18 @@
242
writes v1 format only
243
244
Sente v1.17: reads v1 and v2 formats
245
- writes v1 and v2 formats (v1 default) <- Currently here
+ writes v1 and v2 formats (v1 default)
246
247
Sente v1.18: reads v1 and v2 formats
248
- writes v1 and v2 formats (v2 default)
+ writes v1 and v2 formats (v2 default) <- Currently here
249
250
Sente >= v1.19: reads v2 format only
251
writes v2 format only
252
253
This var controls which format to use for writing.
254
Override default with `alter-var-root` or `binding`."
255
256
- ;; TODO -> false for Sente v1.18, remove for Sente >= v1.19
257
- true)
+ false)
258
259
(defn- pack "[clj ?cb-uuid]->packed"
260
([packer clj ] (pack packer clj nil))
0 commit comments