Fix option passing in compaction
activitystreams/ontology.scm
434 | 434 | (let ((proper-json (as-value->proper-json doc)) | |
435 | 435 | (context `(("@context" . ,(list->array 1 (ontology-context ontology)))))) | |
436 | 436 | (if options | |
437 | - | (compact proper-json context) | |
438 | - | (compact proper-json context #:options options)))) | |
437 | + | (compact proper-json context #:options options) | |
438 | + | (compact proper-json context)))) | |
439 | 439 | ||
440 | 440 | (define* (as-document->graphviz doc #:key (label "n")) | |
441 | 441 | (cond |