diff --git a/app/server/modules/lifecycle/config-export.controller.ts b/app/server/modules/lifecycle/config-export.controller.ts index 58ecb6ab..f7e70d8c 100644 --- a/app/server/modules/lifecycle/config-export.controller.ts +++ b/app/server/modules/lifecycle/config-export.controller.ts @@ -26,7 +26,7 @@ type ExportParams = { // Keys to exclude when metadata is not included const METADATA_KEYS = { - ids: ["id", "shortId", "volumeId", "repositoryId", "scheduleId", "destinationId"], + ids: ["id", "volumeId", "repositoryId", "scheduleId", "destinationId"], timestamps: [ "createdAt", "updatedAt",