Skip to content

Commit

Permalink
[mob][photos] Remove unnecessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn committed May 22, 2024
1 parent cb9ac0d commit 22fc67c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mobile/lib/db/files_db.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1058,10 +1058,8 @@ class FilesDB {
title,
location?.latitude,
location?.longitude,
localID,
creationTime,
modificationTime,
null,
getInt(fileType),
localID,
ownerID,
Expand Down

0 comments on commit 22fc67c

Please sign in to comment.