do not consider shortId as metadata

This commit is contained in:
Jakub Trávník 2025-12-31 23:35:13 +01:00
parent 0859fba431
commit 378878f439

View file

@ -26,7 +26,7 @@ type ExportParams = {
// Keys to exclude when metadata is not included // Keys to exclude when metadata is not included
const METADATA_KEYS = { const METADATA_KEYS = {
ids: ["id", "shortId", "volumeId", "repositoryId", "scheduleId", "destinationId"], ids: ["id", "volumeId", "repositoryId", "scheduleId", "destinationId"],
timestamps: [ timestamps: [
"createdAt", "createdAt",
"updatedAt", "updatedAt",