Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Feb 19, 2025
1 parent 0c9d212 commit e91a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/server.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
[(hash-has-key? completed-jobs job-id)
(place-channel-put self (list 'send job-id (hash-ref completed-jobs job-id)))]
[else
(hash-set! queued-jobs job-id command job-id)
(hash-set! queued-jobs job-id command)
(place-channel-put self (list 'assign self))])]
[(list 'assign self)
(define reassigned (make-hash))
Expand Down

0 comments on commit e91a548

Please # to comment.