fix: asset update race condition
This commit is contained in:
@@ -105,6 +105,7 @@ const assetFactory = (asset: Partial<Asset> = {}) => ({
|
||||
isFavorite: false,
|
||||
isOffline: false,
|
||||
isVisible: true,
|
||||
isDirty: false,
|
||||
libraryId: null,
|
||||
livePhotoVideoId: null,
|
||||
localDateTime: newDate(),
|
||||
|
||||
Reference in New Issue
Block a user