chenggui53 commented on code in PR #5725:
URL:
https://github.com/apache/incubator-devlake/pull/5725#discussion_r1317126257
##########
backend/plugins/jira/tasks/account_collector.go:
##########
@@ -38,6 +42,10 @@ var CollectAccountsMeta = plugin.SubTaskMeta{
EnabledByDefault: true,
Description: "collect Jira accounts, does not support either
timeFilter or diffSync.",
DomainTypes: []string{plugin.DOMAIN_TYPE_CROSS},
+ DependencyTables: []string{
+ // models.JiraAccount{}.TableName(), // cursor, config not
regard as dependency
Review Comment:
@klesh Thanks for the comments, I'll fix this type problem ASAP.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]