Skip to content

Commit

Permalink
Changed "toyota" to "default" in output_format
Browse files Browse the repository at this point in the history
  • Loading branch information
dlymonkai committed Nov 5, 2024
1 parent 56697b6 commit 9e79535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/network/src/api/inspection/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ export function mapApiInspectionPost(options: CreateInspectionOptions): ApiInspe
additional_data: options.vehicle.additionalData,
}
: undefined,
damage_severity: { output_format: 'toyota' },
pricing: options.usePricingV2 ? { output_format: 'toyota' } : undefined,
damage_severity: { output_format: 'default' },
pricing: options.usePricingV2 ? { output_format: 'default' } : undefined,
additional_data: {
user_agent: navigator.userAgent,
connection: navigator.connection,
Expand Down

0 comments on commit 9e79535

Please sign in to comment.