Skip to content

Commit 3a61d87

Browse files
committed
update
1 parent fab4d7c commit 3a61d87

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

lib/commands/repos/create.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ function setupCommand (name, description, argv, importMeta) {
150150
*/
151151
async function createRepo (orgSlug, input, spinner) {
152152
const socketSdk = await setupSdk(getDefaultKey())
153-
// @ts-ignore
154153
const result = await handleApiCall(socketSdk.createOrgRepo(orgSlug, input), 'creating repository')
155154

156155
if (!result.success) {

lib/commands/repos/update.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ function setupCommand (name, description, argv, importMeta) {
150150
*/
151151
async function updateRepository (orgSlug, input, spinner) {
152152
const socketSdk = await setupSdk(getDefaultKey())
153-
// @ts-ignore
154153
const result = await handleApiCall(socketSdk.updateOrgRepo(orgSlug, input.name, input), 'updating repository')
155154

156155
if (!result.success) {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@cyclonedx/cdxgen": "^10.5.2",
8888
"@inquirer/select": "^2.3.5",
8989
"@socketsecurity/config": "^2.1.3",
90-
"@socketsecurity/sdk": "^1.1.0",
90+
"@socketsecurity/sdk": "^1.1.1",
9191
"chalk": "^5.3.0",
9292
"chalk-table": "^1.0.2",
9393
"execa": "^9.1.0",

0 commit comments

Comments
 (0)