Skip to content

Commit 02cc082

Browse files
authored
Fix typo in openapi.json
1 parent 3446e93 commit 02cc082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@
876876
"content": {
877877
"application/json": {
878878
"schema": {
879-
"$ref": "#/components/schemas/EamTransaciton"
879+
"$ref": "#/components/schemas/EamTransaction"
880880
}
881881
}
882882
}
@@ -1702,7 +1702,7 @@
17021702
}
17031703
}
17041704
},
1705-
"EamTransaciton": {
1705+
"EamTransaction": {
17061706
"allOf": [
17071707
{
17081708
"$ref": "#/components/schemas/Transaction"

0 commit comments

Comments
 (0)