fix: zip it

This commit is contained in:
Prateek Sunal
2025-07-23 15:41:24 +05:30
parent 3387361489
commit f2791abd7c

View File

@@ -28,7 +28,6 @@ extension EntityTypeExtn on EntityType {
switch (this) {
case EntityType.location:
case EntityType.person:
case EntityType.smartAlbum:
return false;
default:
return true;