change all refs

This commit is contained in:
mmomjian
2025-04-22 17:43:12 -04:00
parent a2c0ecfc2a
commit 2d309e91da
8 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ abstract interface class IAssetRepository implements IDatabaseRepository {
Future<List<Asset>> getTrashAssets(String userId);
Future<List<Asset>> getRecentlyAddedAssets(String userId);
Future<List<Asset>> getRecentlyTakenAssets(String userId);
Future<List<Asset>> getMotionAssets(String userId);
}