mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-23 01:06:43 +00:00
fix(services): fix merge bug
This commit is contained in:
parent
8402f66a33
commit
2c1c783b5e
|
@ -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 [
|
||||
|
|
Loading…
Reference in a new issue