Skip to content

Commit

Permalink
fix(lint): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 committed Sep 5, 2024
1 parent 34eb1a6 commit 5be671d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/core/runner/run_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func RunTask(
}

func RunPluginTask(ctx gocontext.Context, basicRes context.BasicRes, task *models.Task, progress chan plugin.RunningProgress, syncPolicy *models.SyncPolicy) errors.Error {

pluginMeta, err := plugin.GetPlugin(task.Plugin)
if err != nil {
return errors.Default.WrapRaw(err)
Expand Down Expand Up @@ -230,7 +229,6 @@ func RunPluginSubTasksParallel(
progress chan plugin.RunningProgress,
syncPolicy *models.SyncPolicy,
) errors.Error {

taskID := task.ID
subTaskFlag, err := getSubtaskFlagMap(pluginTask, syncPolicy, task.Subtasks)
if err != nil {
Expand Down

0 comments on commit 5be671d

Please sign in to comment.