remove stray q

This commit is contained in:
2024-06-02 20:46:58 -04:00
parent 5bcc914fc8
commit 12aa577912

View File

@@ -28,7 +28,7 @@
(list (cons 'X-CONSUMER-TOKEN (consumer-token)) (list (cons 'X-CONSUMER-TOKEN (consumer-token))
(cons 'X-PACKET-STAFF "true"))))) (cons 'X-PACKET-STAFF "true")))))
thunk thunk
(lambda () (set! %default-headers old-headers)))))q (lambda () (set! %default-headers old-headers)))))
(define (headers) (define (headers)
%default-headers) %default-headers)