Skip to content

Commit

Permalink
fix: Fixing used query for silent update
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Dec 7, 2021
1 parent 2995368 commit c106c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/ketchup/ketchup.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (a App) ListSilentForRepositories(ctx context.Context, ids []uint64) ([]mod
return nil
}

return list, a.db.List(ctx, scanner, listByRepositoriesIDQuery, ids, model.None)
return list, a.db.List(ctx, scanner, listSilentForRepositoriesQuery, ids, model.None)
}

const getQuery = `
Expand Down

0 comments on commit c106c32

Please sign in to comment.