Skip to content

Commit

Permalink
to number
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jan 26, 2024
1 parent dcd2ab1 commit b04e4b9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ export const sanitizeRetentionEntity = (entity: RetentionEntity | undefined): Re
delete record[key]
}
}
if ('id' in record) {
record.id = Number(record.id)
}
return record
}

Expand Down

0 comments on commit b04e4b9

Please sign in to comment.