add missing config to get issues api call (#5955)
This commit is contained in:
parent
45a5cf5119
commit
438d1bcfbd
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ export class Storage {
|
|||
} catch (e) {
|
||||
logError(e);
|
||||
const issueService = new IssueService();
|
||||
return await issueService.getIssuesFromServer(workspaceSlug, projectId, queries);
|
||||
return await issueService.getIssuesFromServer(workspaceSlug, projectId, queries, config);
|
||||
}
|
||||
const end = performance.now();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue