fix: change return get_folders

This commit is contained in:
dettlaff 2024-06-12 18:48:56 +04:00 committed by nhnn
parent c775a414c3
commit fe47ca3bf7

View file

@ -103,7 +103,7 @@ class Roundcube(Service):
@staticmethod
def get_folders() -> List[str]:
return ["/var/lib/postgresql"]
return []
def move_to_volume(self, volume: BlockDevice) -> Job:
raise NotImplementedError("roundcube service is not movable")