Skip to content

Commit 998625e

Browse files
author
Thomasr
committed
remove test code
1 parent 206e03c commit 998625e

File tree

1 file changed

+1
-2
lines changed
  • server/node-service/src/plugins/twilio

1 file changed

+1
-2
lines changed

server/node-service/src/plugins/twilio/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { parseMultiOpenApi, ParseOpenApiOptions } from "../openApi/parse";
88

99

1010
const specs = {
11-
"twilio--V": dirToSpecList(path.join(__dirname, "./twilio.spec")),
12-
"did--V": dirToSpecList(path.join(__dirname, "./did.spec")),
11+
"v1.0": dirToSpecList(path.join(__dirname, "./twilio.spec")),
1312
}
1413

1514
const dataSourceConfig = {

0 commit comments

Comments
 (0)