Skip to content

Commit ea44348

Browse files
createdAt typo fix (#347)
Co-authored-by: Roshan Piyush <[email protected]>
1 parent 5b0b400 commit ea44348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi-spec/crapi-openapi-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3308,7 +3308,7 @@
33083308
"coupon_code" : {
33093309
"type" : "string"
33103310
},
3311-
"createdAt" : {
3311+
"CreatedAt" : {
33123312
"type" : "string"
33133313
}
33143314
},

services/chatbot/src/resources/crapi-openapi-spec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@
26372637
"coupon_code": {
26382638
"type": "string"
26392639
},
2640-
"createdAt": {
2640+
"CreatedAt": {
26412641
"type": "string"
26422642
}
26432643
},
@@ -5211,7 +5211,7 @@
52115211
"coupon_code": {
52125212
"type": "string"
52135213
},
5214-
"createdAt": {
5214+
"CreatedAt": {
52155215
"type": "string"
52165216
}
52175217
},

0 commit comments

Comments
 (0)