diff options
Diffstat (limited to 'src/clj/queue_api')
-rw-r--r-- | src/clj/queue_api/db/core.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/queue_api/db/core.clj b/src/clj/queue_api/db/core.clj index 88e6eed..f40548c 100644 --- a/src/clj/queue_api/db/core.clj +++ b/src/clj/queue_api/db/core.clj @@ -147,7 +147,7 @@ (bind-agent a j)))) (defn dequeue-job - "Dequeue a job from a agent `id`" + "Dequeue a job to a agent `id`" [^String id] (let [a (d/entity @conn [:agent/id id])] (if (not (nil? a)) |