fix(services): fix merge bug

pull/88/head
Houkime 2024-03-04 14:26:26 +00:00
parent 8402f66a33
commit 2c1c783b5e
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 [