do not consider shortId as metadata
This commit is contained in:
parent
0859fba431
commit
378878f439
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue