fix: remove redundant await
This commit is contained in:
@@ -139,7 +139,7 @@ class SmartAlbumsService {
|
||||
|
||||
toBeSynced = {...toBeSynced, ...fileIds};
|
||||
|
||||
newConfig = await newConfig.addFiles(
|
||||
newConfig = newConfig.addFiles(
|
||||
personId,
|
||||
updatedAtMap[personId]!,
|
||||
toBeSynced.map((e) => e.uploadedFileID!).toSet(),
|
||||
|
||||
Reference in New Issue
Block a user