Return an empty diff in case the request fails
This commit is contained in:
@@ -85,7 +85,7 @@ class FolderSharingService {
|
||||
return photo;
|
||||
}).toList();
|
||||
} else {
|
||||
return null;
|
||||
return List<Photo>();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user