diff options
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ type PrintJob struct { // developer or shop owner, not the end customer. Contact EmailAddress `json:"contact_email"` - Cost PrintJobCost `json:"costs"` + Cost Cost `json:"costs"` Created time.Time `json:"date_created"` Modified time.Time `json:"date_modified"` |