Skip to content

Commit

Permalink
Update GitHubDataLoader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Simply007 committed Apr 19, 2022
1 parent fae5bb3 commit 75f2c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azureFunctions/Utils/GitHubDataLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class GitHubDataLoader {
async getKenticoOpenedGroomedIssues(platform) {
let options;
let search = this.gitHub.search({
q: `org:Kentico type:issue is:public label:groomed state:open no:assignee language:${platform}`,
q: `org:Kentico type:issue is:public state:open no:assignee language:${platform}`,
sort: 'updated',
order: 'desc'
});
Expand Down Expand Up @@ -172,4 +172,4 @@ class GitHubDataLoader {

module.exports = {
GitHubDataLoader
};
};

0 comments on commit 75f2c7f

Please sign in to comment.