fix: change return get_folders

This commit is contained in:
dettlaff 2024-06-12 18:48:56 +04:00 committed by Inex Code
parent 9c50f8bba7
commit a00c4d4268

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")