Skip to content

Commit 988040c

Browse files
fix(javascript): fix funnel stage type casing (#982)
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 29f7bf8 commit 988040c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/predict/responses/UserProfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ userProfile:
1010
title: predictions
1111
properties:
1212
funnel_stage:
13-
$ref: '#/predictionsfunnelStage'
13+
$ref: '#/predictionsFunnelStage'
1414
order_value:
1515
$ref: '#/predictionsOrderValue'
1616
affinities:
@@ -57,7 +57,7 @@ error:
5757
required:
5858
- error
5959

60-
predictionsfunnelStage:
60+
predictionsFunnelStage:
6161
oneOf:
6262
- $ref: '#/funnelStageSuccess'
6363
- $ref: '#/error'

0 commit comments

Comments
 (0)