Deretardify the caching
This commit is contained in:
@@ -32,7 +32,7 @@ type Content struct {
|
||||
type Route struct {
|
||||
ContentTypeID int64 `json:"content_type_id"`
|
||||
DestinationPinID int64 `json:"destination_pin_id"`
|
||||
Quantity int64 `json:"quantity"`
|
||||
Quantity float64 `json:"quantity"`
|
||||
RouteID int64 `json:"route_id"`
|
||||
SourcePinID int64 `json:"source_pin_id"`
|
||||
Waypoints []int64 `json:"waypoints"`
|
||||
|
||||
Reference in New Issue
Block a user