Skip to content

Commit

Permalink
Fixing undefined search variable #83
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed May 9, 2018
1 parent 013cfa8 commit c34a9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BaseService, RequestHelper } from '../infrastructure';

class Search extends BaseService {
all(scope, search, { projectId, groupId } = {}) {
let url;
let url = '';

if (projectId) {
url += `projects/${encodeURIComponent(projectId)}/`;
Expand Down

0 comments on commit c34a9ae

Please sign in to comment.