diff options
| -rw-r--r-- | dhall/jobHistory.dhall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall/jobHistory.dhall b/dhall/jobHistory.dhall index caed0d4..43777d5 100644 --- a/dhall/jobHistory.dhall +++ b/dhall/jobHistory.dhall @@ -85,6 +85,7 @@ in [ Job::{ , title = "Senior Technophilosopher" , startDate = "2024-01-07" , endDate = Some "2024-08-30" + , leaveReason = Some "mass layoffs" , salary = Salary::{ amount = 260000, per = "year", currency = "CAD" } , locations = [ ottawa ] , highlights = |
