Include ntgvisionjobinfo instructions if there

This commit is contained in:
Bel LaPointe
2022-01-14 00:58:34 -05:00
parent aa1a2373ab
commit 6704b23bf1
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ type ntgVisionJobInfo struct {
StopHours string `json:"stopHours"`
AppointmentTime string `json:"appointmentTime"`
Instructions string `json:"instructions"`
Instructions string `json:"instructions"`
IsDropTrailer bool `json:"isDropTrailer"`
} `json:"stopinfos"`
PayUpTo float32 `json:"payUpTo"`