Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: wang yan <[email protected]>
  • Loading branch information
wy65701436 committed Apr 8, 2024
1 parent 5b3b09a commit 24fc37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pkg/task/dao/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ func (e *executionDAO) querySetter(ctx context.Context, query *q.Query) (orm.Que
return qs, nil
}

idSql, args := buildInClauseSQLForExtraAttrs(jsonbStrus)
inClause, err := orm.CreateInClause(ctx, idSql, args...)
idSQL, args := buildInClauseSQLForExtraAttrs(jsonbStrus)
inClause, err := orm.CreateInClause(ctx, idSQL, args...)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 24fc37c

Please sign in to comment.