Skip to content

Commit

Permalink
export *api-key* and *project-id*
Browse files Browse the repository at this point in the history
  • Loading branch information
Junker committed May 12, 2024
1 parent e65bb16 commit 2fe89f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
#:name
#:validp
#:invalid-reason
#:score))
#:score
#:*api-key*
#:*project-id*))
2 changes: 1 addition & 1 deletion recaptcha-enterprise.asd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defsystem recaptcha-enterprise
:version "0.1.1"
:version "0.1.2"
:author "Dmitrii Kosenkov"
:license "MIT"
:depends-on ("dexador" "jonathan")
Expand Down
2 changes: 1 addition & 1 deletion recaptcha-enterprise.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(getf response :|event|))

(defun name (response)
(getf response :|name| ))
(getf response :|name|))

(defun validp (response)
(getf (token-properties response) :|valid|))
Expand Down

0 comments on commit 2fe89f5

Please sign in to comment.