Skip to content

Commit

Permalink
Change damage_severity to 'toyota' (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlymonkai authored Nov 14, 2024
1 parent d053e18 commit 9cbd69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/network/src/api/inspection/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export function mapApiInspectionPost(options: CreateInspectionOptions): ApiInspe
additional_data: options.vehicle.additionalData,
}
: undefined,
damage_severity: { output_format: 'default' },
damage_severity: { output_format: 'toyota' },
additional_data: {
user_agent: navigator.userAgent,
connection: navigator.connection,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"damage_severity": {
"output_format": "default"
"output_format": "toyota"
},
"additional_data": {
"damage_detection_version": "v2",
Expand Down

0 comments on commit 9cbd69e

Please sign in to comment.