Skip to content

Commit 9af36b8

Browse files
fix: rename cache key for tree details builds to avoid key collision (#1849)
1 parent c3ffaf1 commit 9af36b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • backend/kernelCI_app/queries

backend/kernelCI_app/queries/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def get_tree_details_builds(
758758
"""
759759
Fetch builds for a given tree commit.
760760
"""
761-
cache_key = "treeDetailsBuilds"
761+
cache_key = "treeDetailsBuildsData"
762762

763763
params = {
764764
"commit_hash": commit_hash,

0 commit comments

Comments
 (0)