mirror of
https://github.com/immich-app/immich.git
synced 2025-11-28 13:59:45 +09:00
refactor: use new updateId column for user CUD sync (#16384)
This commit is contained in:
@@ -421,6 +421,5 @@ export interface IBulkAsset {
|
||||
|
||||
export type SyncAck = {
|
||||
type: SyncEntityType;
|
||||
ackEpoch: string;
|
||||
ids: string[];
|
||||
updateId: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user