Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkafka committed Sep 5, 2024
1 parent b67950b commit 6ece334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/zcli-apps/src/commands/apps/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default class Create extends Command {
CliUx.ux.action.stop('Uploaded')
CliUx.ux.action.start('Deploying app')
const { job_id } = await deployApp('POST', 'api/apps.json', upload_id, manifest.name)
console.error('job_id', job_id)

try {
const { app_id }: any = await getUploadJobStatus(job_id, appPath)

Check warning on line 47 in packages/zcli-apps/src/commands/apps/create.ts

View workflow job for this annotation

GitHub Actions / build-and-check (ubuntu-latest, 18.x)

Unexpected any. Specify a different type

Check warning on line 47 in packages/zcli-apps/src/commands/apps/create.ts

View workflow job for this annotation

GitHub Actions / build-and-check (macos-latest, 18.x)

Unexpected any. Specify a different type

Check warning on line 47 in packages/zcli-apps/src/commands/apps/create.ts

View workflow job for this annotation

GitHub Actions / build-and-check (windows-latest, 18.x)

Unexpected any. Specify a different type
Expand Down

0 comments on commit 6ece334

Please sign in to comment.