Skip to content

Commit

Permalink
🐛 Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 17, 2023
1 parent 7ca4185 commit bee6759
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions packages/api/liblab.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"specFilePath": "https://raw.githubusercontent.com/panoratech/Panora/main/packages/api/swagger/swagger-spec.json",
"languages": [
"typescript",
"python",
"go",
"java",
"csharp"
"python"
],
"createDocs": false,
"auth": [
Expand Down Expand Up @@ -51,27 +48,6 @@
"githubRepoName": "python-sdk",
"sdkVersion": "1.0.0",
"ignoreFiles": []
},
"java": {
"pypiPackageName": "",
"alwaysInitializeOptionals": false,
"githubRepoName": "java-sdk",
"sdkVersion": "1.0.0",
"ignoreFiles": []
},
"go": {
"pypiPackageName": "",
"alwaysInitializeOptionals": false,
"githubRepoName": "go-sdk",
"sdkVersion": "1.0.0",
"ignoreFiles": []
},
"csharp": {
"pypiPackageName": "",
"alwaysInitializeOptionals": false,
"githubRepoName": "csharp-sdk",
"sdkVersion": "1.0.0",
"ignoreFiles": []
}
},
"publishing": {
Expand Down

0 comments on commit bee6759

Please sign in to comment.