Fix a non-boolean default value in DarwinSchedule type
All checks were successful
Generate and Release Protos / release (push) Successful in 42s
All checks were successful
Generate and Release Protos / release (push) Successful in 42s
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"name": "deleted",
|
||||
"description": "Whether the schedule is deleted",
|
||||
"type": "boolean",
|
||||
"default": "false"
|
||||
"default": false
|
||||
},
|
||||
"isp": {
|
||||
"name": "is_passenger",
|
||||
@@ -108,7 +108,7 @@
|
||||
"name": "qtrain",
|
||||
"description": "True if the service is scheduled but not activated (if not activated, presumed not running)",
|
||||
"type": "boolean",
|
||||
"default": "false"
|
||||
"default": false
|
||||
},
|
||||
"cr": {
|
||||
"name": "cancel_reason",
|
||||
|
||||
Reference in New Issue
Block a user