We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895673a commit 8332a99Copy full SHA for 8332a99
server/node-service/src/plugins/lowcoder/index.ts
@@ -82,8 +82,6 @@ const lowcoderPlugin: DataSourcePlugin<any, DataSourceConfigType> = {
82
specVersion: specVersion
83
};
84
85
- console.log("runApiDsConfig: ", runApiDsConfig)
86
-
87
return runOpenApi(actionData, runApiDsConfig, version2spec(specs, dataSourceConfig.specVersion) as OpenAPIV3.Document);
88
},
89
0 commit comments