Skip to content

Commit

Permalink
rollback guestbook.md query-fn doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos authored Jan 18, 2024
1 parent 0dc48b4 commit 053fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/md/guestbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Now that our model is all set up, let's reload the application, and test our que
```clojure
(reset)

(def query-fn (ig/resolve-key :db.sql/query-fn (:db.sql/query-fn state/system)))
(def query-fn (:db.sql/query-fn state/system))

(query-fn :save-message! {:name "m1"
:message "hello world"})
Expand Down

0 comments on commit 053fd5d

Please sign in to comment.