Migrate page layout services (#16443)
Last step of the page layout migration: - Migrate services - Write integration tests
This commit is contained in:
@@ -30,7 +30,7 @@ type ComputeDiffBetweenObjectsParams<
|
||||
};
|
||||
|
||||
export const computeDiffBetweenObjects = <
|
||||
T extends { id: string; deletedAt: Date | null },
|
||||
T extends { id: string; deletedAt: string | null },
|
||||
K extends { id: string },
|
||||
>({
|
||||
existingObjects,
|
||||
|
||||
Reference in New Issue
Block a user