fix(services): fix merge bug

This commit is contained in:
Houkime 2024-03-04 14:26:26 +00:00 committed by Inex Code
parent 3f9d2b2481
commit eeef2891c9
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class Service(ABC):
user_data["modules"][service_id] = {}
user_data["modules"][service_id]["location"] = volume.name
def binds(self) -> typing.List[Bind]:
def binds(self) -> List[Bind]:
owned_folders = self.get_owned_folders()
return [