prune out db/update-confirm-hash (was in bounties, not issues, namespace)
This commit is contained in:
parent
64b81c1b91
commit
51bcd51173
|
@ -45,11 +45,6 @@
|
|||
(jdbc/with-db-connection [con-db *db*]
|
||||
(db/confirmed-revocation-payouts con-db)))
|
||||
|
||||
(defn update-confirm-hash
|
||||
[issue-id confirm-hash]
|
||||
(jdbc/with-db-connection [con-db *db*]
|
||||
(db/update-confirm-hash con-db {:issue_id issue-id :confirm_hash confirm-hash})))
|
||||
|
||||
(defn update-winner-login
|
||||
[issue-id login]
|
||||
(jdbc/with-db-connection [con-db *db*]
|
||||
|
|
Loading…
Reference in New Issue