diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-07-31 14:28:11 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-07-31 14:28:11 -0600 |
| commit | 36413ccbb8b76ec1a6076876f518831613c5dcb8 (patch) | |
| tree | 698f61ce1a21d5d5c502baec3fb00158bc944b28 /lisp/service | |
| parent | 2a6a26acf0b54c8097738cbeebcb840b9412672f (diff) | |
macro success in both SBCL and clojurescript
Diffstat (limited to 'lisp/service')
| -rw-r--r-- | lisp/service/resume-service.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/service/resume-service.lisp b/lisp/service/resume-service.lisp index fca6c6e..53cb554 100644 --- a/lisp/service/resume-service.lisp +++ b/lisp/service/resume-service.lisp @@ -359,7 +359,7 @@ needs to JOIN with other data." "skill asc")) (define-resume-component (job - ((job :parameter-type 'string)) + ((company :parameter-type 'string) (location :parameter-type 'string) (start_date :parameter-type 'string) (end_date :parameter-type 'string) (overview :parameter-type 'string)) `((:name "company" :label "Company" :field-type "text" :required "required") (:name "location" :label "Location" :field-type "text" :required "required") (:name "start_date" :label "Start Date" :field-type "text" :required "required") |
