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
@@ -225,7 +225,7 @@ class AssetRepository extends DatabaseRepository implements IAssetRepository {
}
@override
Future<List<Asset>> getRecentlyAddedAssets(String userId) {
Future<List<Asset>> getRecentlyTakenAssets(String userId) {
return db.assets
.where()
.ownerIdEqualToAnyChecksum(fastHash(userId))