mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-25 05:21:28 +00:00
fix(services): fix merge bug
This commit is contained in:
parent
3f9d2b2481
commit
eeef2891c9
|
@ -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