Closed Smulligan85 closed 9 years ago
This is a minor comment typo, but thought I'd bring it to your attention. The following code in queries.sql has user misspelled as used.
-- name: get-user -- retrieve a used given the id. SELECT * FROM users WHERE id = :id
Should be -- retrieve a user given the id.
-- retrieve a user given the id.
thanks
should be fixed in the latest version
This is a minor comment typo, but thought I'd bring it to your attention. The following code in queries.sql has user misspelled as used.
Should be
-- retrieve a user given the id.