Skip to content

Commit

Permalink
Fix inconsistent types of val in elle-append
Browse files Browse the repository at this point in the history
  • Loading branch information
komamitsu committed Feb 27, 2024
1 parent be76b87 commit 77502f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalardb/src/scalardb/elle_append.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(Put.)
(.forNamespace KEYSPACE)
(.forTable table)
(.withValue (TextValue. VALUE value))))
(.withValue (IntValue. VALUE value))))

(defn get-value
[r]
Expand Down

0 comments on commit 77502f4

Please sign in to comment.