Skip to content

Commit

Permalink
SQL-197 delint
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Jul 25, 2023
1 parent ae90548 commit 5d46c56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/main/lrsql/input/statement.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
[lrsql.input.attachment :as i-at]
;; Utils
[lrsql.util :as u]
[lrsql.util.actor :as au]
[lrsql.util.reaction :as ru]))
[lrsql.util.actor :as au]))

(def voiding-verb "http://adlnet.gov/expapi/verbs/voided")

Expand Down
4 changes: 2 additions & 2 deletions src/main/lrsql/ops/command/reaction.clj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
(defn insert-reaction!
"Insert a new reaction."
[bk tx {:keys [primary-key] :as input}]
(do (bp/-insert-reaction! bk tx input)
{:result primary-key}))
(bp/-insert-reaction! bk tx input)
{:result primary-key})

(s/fdef update-reaction!
:args (s/cat :bk rs/reaction-backend?
Expand Down
1 change: 1 addition & 0 deletions src/main/lrsql/ops/query/reaction.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#_{:clj-kondo/ignore [:unused-namespace]}
(ns lrsql.ops.query.reaction
(:require [clojure.spec.alpha :as s]
[lrsql.backend.protocol :as bp]
Expand Down

0 comments on commit 5d46c56

Please sign in to comment.