Skip to content

Commit 22a4387

Browse files
authored
Merge pull request #30 from sahiee-dev/fix/worker-stability
fix(worker): resolve startup crash
2 parents b4b0ee3 + 996e0d4 commit 22a4387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app/worker/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _init_policy_engine(self) -> PolicyEngine:
122122
" Policy: %s (version=%s, source_hash=%s)",
123123
p.name,
124124
p.version,
125-
p.source_hash[:16] + "...",
125+
p.policy_hash[:16] + "...",
126126
)
127127

128128
return engine

0 commit comments

Comments
 (0)