Skip to content

Commit

Permalink
fix(compute): fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhagberg-sf committed Oct 27, 2023
1 parent 2068997 commit df95114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/env/create/compute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default class EnvCreateCompute extends Command {
debug(`begin GET /sales-org-connections/${orgId}/apps/${projectName} ...`);
const app = await fetchAppForProject(this.client, projectName, org.getUsername());
const fetchMillis = new Date().getTime() - fetchStart;
debug(`end GET millis=${fetchMillis} app=${JSON.stringify(app)}`)
debug(`end GET millis=${fetchMillis} app=${JSON.stringify(app)}`);
return {
alias,
projectName,
Expand Down

0 comments on commit df95114

Please sign in to comment.