diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-12-13 22:40:52 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-12-13 22:40:52 +0100 |
| commit | 0bb6e30da121596184ae281e9e4dddaa6ccf7009 (patch) | |
| tree | 6b16fa18dbf186ed3cd04e12c33a0035d1814d01 /models/fertilizer-product.rkt | |
| parent | 7c9ea5c931f684c4d560ef3671691d89269a7141 (diff) | |
Tighten up module requirements.
Diffstat (limited to 'models/fertilizer-product.rkt')
| -rw-r--r-- | models/fertilizer-product.rkt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/fertilizer-product.rkt b/models/fertilizer-product.rkt index c579354..a002ad4 100644 --- a/models/fertilizer-product.rkt +++ b/models/fertilizer-product.rkt @@ -18,8 +18,7 @@ [update-fertilizer-product! (-> fertilizer-product? void?)] [delete-fertilizer-product! (-> fertilizer-product-or-id/c void?)])) -(require racket/contract - db +(require db sql "../db/conn.rkt" "nutrient.rkt" |