This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch fix#6075-2
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/fix#6075-2 by this push:
new 3cf6ee2b3 fix: remove LatestState
3cf6ee2b3 is described below
commit 3cf6ee2b33372f321bd49fb5eb78f91c3f290376
Author: abeizn <[email protected]>
AuthorDate: Mon Sep 18 20:00:49 2023 +0800
fix: remove LatestState
---
backend/helpers/pluginhelper/api/api_collector_with_state.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/backend/helpers/pluginhelper/api/api_collector_with_state.go
b/backend/helpers/pluginhelper/api/api_collector_with_state.go
index 3435b9af6..25471612b 100644
--- a/backend/helpers/pluginhelper/api/api_collector_with_state.go
+++ b/backend/helpers/pluginhelper/api/api_collector_with_state.go
@@ -36,7 +36,6 @@ type ApiCollectorStateManager struct {
// *ApiCollector
// *GraphqlCollector
subtasks []plugin.SubTask
- LatestState models.CollectorLatestState
newState models.CollectorLatestState
IsIncreamtal bool
Since *time.Time