build managment added

This commit is contained in:
2024-11-25 11:29:44 +03:00
parent 523b2c5033
commit a371d5d6e3
5 changed files with 92 additions and 13 deletions

View File

@@ -175,7 +175,6 @@ class BuildingLivingSpacesPartsCreateEventMethods(MethodToEvent):
created_living_space = BuildLivingSpace.create_action(
data=data_dict, token_dict=token_dict
)
if last_living_space:
dt = system_arrow.get(last_living_space.expiry_ends)
if dt > system_arrow.now():