Skip to content

Commit

Permalink
Merge pull request #6012 from jwarwick/decks
Browse files Browse the repository at this point in the history
Fix update-all-decks task
  • Loading branch information
jwarwick authored Aug 3, 2021
2 parents a58cf9f + 98e8533 commit debc4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/tasks/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
(println "Deck id:" deck-id))))))
(newline)
(println "Updated" @cnt "decks")
(disconnect))
(disconnect system)))

(defn- get-all-users
"Get all users in the database. Takes a list of fields."
Expand Down

0 comments on commit debc4c7

Please sign in to comment.