Skip to content

Commit 597303a

Browse files
authored
Remove best-effort from create command and schema (#44)
1 parent ed88389 commit 597303a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ module.exports.getSupportResponseTypesList = () => {
155155
const schemaOptions = [
156156
'none',
157157
'time-permitting',
158-
'best-effort',
159158
'24-7'
160159
];
161160

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"type": {
107107
"oneOf": [{
108108
"type": "string",
109-
"enum": [ "none", "time-permitting", "best-effort", "24-7" ]
109+
"enum": [ "none", "time-permitting", "24-7" ]
110110
}, {
111111
"type": "string",
112112
"pattern": "regular-[1-7]"

0 commit comments

Comments
 (0)