Return an empty diff in case the request fails

This commit is contained in:
Vishnu Mohandas 2020-06-14 00:50:02 +05:30
parent 46ca969392
commit 1d3849fe1e

View file

@ -85,7 +85,7 @@ class FolderSharingService {
return photo;
}).toList();
} else {
return null;
return List<Photo>();
}
}