Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
myml committed Jun 28, 2019
1 parent 0017d18 commit 20ba334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class ControlComponent implements OnInit {
if (old && !job) {
await this.queryPackage();
}
return old;
return job;
}),
share(),
);
Expand Down

0 comments on commit 20ba334

Please sign in to comment.