Skip to content

Commit

Permalink
fix: remove comment for managers
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Mar 5, 2024
1 parent 0595ff3 commit 9173390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugin/connector/issue_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def search_issue(
params = {
"jql": f"project = '{project_id_or_key}' AND created >= startOfYear(-1) order by created DESC",
"startAt": 0,
"maxResults": 500,
"maxResults": 1000,
"fields": [
"summary",
"comment",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin/manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# from plugin.manager.project_manager import ProjectManager
# from plugin.manager.issue_manager import IssueManager
from plugin.manager.project_manager import ProjectManager
from plugin.manager.issue_manager import IssueManager
from plugin.manager.user_manager import MemberManager

0 comments on commit 9173390

Please sign in to comment.