Skip to content

Commit b287dd7

Browse files
committed
fix: property name
1 parent f510ebb commit b287dd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/functions/debitoor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
method: 'post',
1111
path: 'debitoor',
1212
request: {
13-
schema: {
13+
schemas: {
1414
'application/json': schema,
1515
},
1616
},

src/functions/sheet/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
method: 'post',
1111
path: 'sheet',
1212
request: {
13-
schema: {
13+
schemas: {
1414
'application/json': schema,
1515
},
1616
},

0 commit comments

Comments
 (0)