adjust comment
This commit is contained in:
parent
b2d533a765
commit
4e34f056d8
@ -1331,7 +1331,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|||||||
self._mark_dirty()
|
self._mark_dirty()
|
||||||
return
|
return
|
||||||
|
|
||||||
# For now, handle router_data updates as a special case if using redis.
|
# For now, handle router_data updates as a special case
|
||||||
if name == constants.ROUTER_DATA and self.parent_state is None:
|
if name == constants.ROUTER_DATA and self.parent_state is None:
|
||||||
self.dirty_vars.add(name)
|
self.dirty_vars.add(name)
|
||||||
self._mark_dirty()
|
self._mark_dirty()
|
||||||
|
Loading…
Reference in New Issue
Block a user