Skip to content

Commit ed58aef

Browse files
Update state-manager/app/models/db/state.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 93ffb2d commit ed58aef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

state-manager/app/models/db/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _generate_fingerprint(self):
4343
"run_id": self.run_id,
4444
"retry_count": self.retry_count,
4545
"parents": {k: str(v) for k, v in self.parents.items()},
46-
"manul_retry_fanout_id": self.manul_retry_fanout_id,
46+
"manual_retry_fanout_id": self.manual_retry_fanout_id,
4747
}
4848
payload = json.dumps(
4949
data,

0 commit comments

Comments
 (0)