Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie committed May 25, 2020
1 parent 87f2562 commit c1e6e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daemon/src/app/controller/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class JobController {
const parsedConfig = await parseConfig(config);
const pipeline = await this.pipelineService.initPipeline(parsedConfig);
const job = await this.pipelineService.createJob(pipeline.id);

if (verbose === '1') {
const sse = new SseStream(this.ctx.req);
const res = this.ctx.res as NodeJS.WritableStream;
Expand Down

0 comments on commit c1e6e1b

Please sign in to comment.