mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
add missing config to get issues api call (#5955)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user