Skip to content

Commit 049711c

Browse files
authored
fix(compute): fix linting error (#754)
1 parent 2068997 commit 049711c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/env/create/compute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export default class EnvCreateCompute extends Command {
175175
debug(`begin GET /sales-org-connections/${orgId}/apps/${projectName} ...`);
176176
const app = await fetchAppForProject(this.client, projectName, org.getUsername());
177177
const fetchMillis = new Date().getTime() - fetchStart;
178-
debug(`end GET millis=${fetchMillis} app=${JSON.stringify(app)}`)
178+
debug(`end GET millis=${fetchMillis} app=${JSON.stringify(app)}`);
179179
return {
180180
alias,
181181
projectName,

0 commit comments

Comments
 (0)