Skip to content

Commit

Permalink
fix(jira): typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 17, 2019
1 parent 8d1c51d commit 8a26f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/issue/issue.service.ts
Expand Up @@ -52,7 +52,7 @@ export class IssueService {

if (isSearchJira) {
obs.push(
this._jiraApiService.issuePicker(searchTerm, false, 50)
this._jiraApiService.issuePicker(searchTerm)
.pipe(
catchError(() => {
return [];
Expand Down

0 comments on commit 8a26f47

Please sign in to comment.