Skip to content

Commit

Permalink
fix: erase comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
soridalac committed Oct 31, 2024
1 parent d69bed8 commit 579dddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shared/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ export const printRecordTable = (snapshotRecords: OrgSnapshot[]): void => {
return;
}
new Ux().table({
// we know what columns we want, so filter out the other fields
data: snapshotRecords.map((s) => ({
// ...Object.fromEntries(Object.entries(s).filter(([key]) => Object.keys(s).includes(key))),
Id: s.Id,
'Snapshot Name': s.SnapshotName,
Status: s.Status,
Expand Down

0 comments on commit 579dddb

Please sign in to comment.